bytesid19 commented on issue #11955:
URL: https://github.com/apache/hudi/issues/11955#issuecomment-2363719760

   @danny0405 
   We are also trying hive sync tool, but that is also failing
   ```
   Exception in thread "main" java.lang.NoSuchMethodError: 
com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)V
           at org.apache.hadoop.conf.Configuration.set(Configuration.java:1380)
           at org.apache.hadoop.conf.Configuration.set(Configuration.java:1361)
           at org.apache.hudi.hive.HiveSyncTool.<init>(HiveSyncTool.java:119)
           at org.apache.hudi.hive.HiveSyncTool.<init>(HiveSyncTool.java:108)
           at org.apache.hudi.hive.HiveSyncTool.main(HiveSyncTool.java:547)
   ```
   
   when running
   ```
   ./run_sync_tool.sh  --sync-mode hms --metastore-uris uri:9083/qbdb 
--partitioned-by txn_date --base-path s3://abc/bytesid/table --database test 
--table table
   ```
   hadoop version : Hadoop 3.3.0
   hive version : 3.1.3
   Please help here


-- 
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]

Reply via email to