Looks like a slow data upload into a table in hive_metastore using SSIS and the SIMBA ODBC driver. This could be due to a variety of factors, including the size of your dataset and the configuration of your system.
One potential solution could be to optimize your data loading process. This could involve adjusting your batch size, using bulk insert operations, or parallelizing your data load.
Another approach could be to look into the performance of your Hive Metastore. If it's not optimized for handling large datasets, it could be slowing down your data upload. You might want to consider partitioning your data or using bucketing in Hive to improve performance.