You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/12/23 01:57:17 UTC

[GitHub] [incubator-hudi] haospotai edited a comment on issue #736: hoodie-hive-hundle don't have hive jars

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:
users@infra.apache.org


With regards,
Apache Git Services