You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
failed to execute tpch-setup.sh in hive2.3.5, hadoop2.8.5
DEBUG_SCRIPT=ON FORMAT=textfile ./tpch-setup.sh 100 /data
Logging initialized using configuration in file:/usr/local/service/hive/conf/hive-log4j2.properties Async: true
Query returned non-zero code: 1, cause: hive configuration hive.optimize.sort.dynamic.partition.threshold does not exists.
The text was updated successfully, but these errors were encountered:
I had the same issue, my Hive version did not support the setting configuration hive.optimize.sort.dynamic.partition.threshold. In the file settings/load-flat.sql, I changed the line
set hive.optimize.sort.dynamic.partition.threshold=0;
I had the same issue, my Hive version did not support the setting configuration hive.optimize.sort.dynamic.partition.threshold. In the file settings/load-flat.sql, I changed the line
set hive.optimize.sort.dynamic.partition.threshold=0;
failed to execute tpch-setup.sh in hive2.3.5, hadoop2.8.5
The text was updated successfully, but these errors were encountered: