haospotai edited a comment on issue #736: hoodie-hive-hundle don't have hive jars URL: https://github.com/apache/incubator-hudi/issues/736#issuecomment-568327159 > https://github.com/apache/incubator-hudi/blob/master/hudi-hive/run_sync_tool.sh#L30 Adds in all the jars.. and we use the script in the docker setup successfully. Could you reproduce this in the docker setup we have and we can go from there? Trying to understand if this an HIVE_HOME config issue.. Hi I add below code inside run_sync_tool, then It works , but I did not try it in docker ```shel if [ -z "$HIVE_CONF_DIR" ]; then echo "setting hive conf dir" HIVE_CONF_DIR="${HIVE_HOME}/conf" fi ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
