stym06 commented on issue #736:
URL: https://github.com/apache/hudi/issues/736#issuecomment-872968114
This works for Hive 3 also, if we include all the jars in $HIVE_HOME/lib/*
folder while running hive_sync.sh
`java -cp
$HUDI_HIVE_UBER_JAR:${HADOOP_HIVE_JARS}:${HADOOP_CONF_DIR}:${HIVE_HOME}/lib/*
org.apache.hudi.hive.HiveSyncTool "$@"`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]