[GitHub] [hudi] ztcheck commented on issue #2680: [SUPPORT]Hive sync error by using run_sync_tool.sh

2021-04-08 Thread GitBox


ztcheck commented on issue #2680:
URL: https://github.com/apache/hudi/issues/2680#issuecomment-816336235


   I update my iuuse description.


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




[GitHub] [hudi] ztcheck commented on issue #2680: [SUPPORT]Hive sync error by using run_sync_tool.sh

2021-04-08 Thread GitBox


ztcheck commented on issue #2680:
URL: https://github.com/apache/hudi/issues/2680#issuecomment-816335004


   @n3nash I'm not sure which jar is missing, so i add all of the jars under 
${HIVE_HOME}/lib/*.jar to the classpath . And i use this start command,it works 
.
`HIVE_EXTERNAL_JAR=${HIVE_HOME}/lib/*.jar
   java -cp 
$HIVE_EXTERNAL_JAR:$HUDI_HIVE_UBER_JAR:${HADOOP_HIVE_JARS}:${HADOOP_CONF_DIR}:${HIVE_HOME}/conf
 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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [hudi] ztcheck commented on issue #2680: [SUPPORT]Hive sync error by using run_sync_tool.sh

2021-04-07 Thread GitBox


ztcheck commented on issue #2680:
URL: https://github.com/apache/hudi/issues/2680#issuecomment-814772442


   @n3nash,
   Yes,`hudi-hive-sync-bundle` already in the script `run_sync_tool .sh` .
   I use the default value `HUDI_HIVE_UBER_JAR`  in the script.Just like 
`HUDI_HIVE_UBER_JAR=`ls -c 
$DIR/../../packaging/hudi-hive-sync-bundle/target/hudi-hive-sync-*.jar | grep 
-v source | head -1``


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




[GitHub] [hudi] ztcheck commented on issue #2680: [SUPPORT]Hive sync error by using run_sync_tool.sh

2021-04-07 Thread GitBox


ztcheck commented on issue #2680:
URL: https://github.com/apache/hudi/issues/2680#issuecomment-814771640


   > @ztcheck Are you using the `hudi-hive-sync-bundle` to execute the script 
`run_sync_tool .sh` ?
   > 
   > Can you please provide what `HUDI_HIVE_UBER_JAR` is in your env ?
   Yes,`hudi-hive-sync-bundle` already in `run_sync_tool .sh` .
   I use the default value `HUDI_HIVE_UBER_JAR`  in the script.Just like 
`HUDI_HIVE_UBER_JAR=`ls -c 
$DIR/../../packaging/hudi-hive-sync-bundle/target/hudi-hive-sync-*.jar | grep 
-v source | head -1``
   


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