Tandoy opened a new issue #2728:
URL: https://github.com/apache/hudi/issues/2728


   **Steps to reproduce the behavior:**
   `./run_sync_tool_sh --jdbc-url jdbc:hive://dxbigdata102:1000 \
   --user appuser \
   --pass '' \
   --base-path 'hdfs://dxbigdata101:8020/user/hudi/test/data/hudi_trips_cow' \
   --database test \
   --table hudi_trips_cow
   `
   
   **Expected behavior:**
   to sync a hoodie HDFS table with a hive metastore table
   
   **Environment Description:**
   Hudi version : 0.7.0
   Spark version : 2.4.0.cloudera2
   Hadoop version : 2.6.0-cdh5.13.3
   Hive version : 1.1.0-cdh5.13.3
   Storage (HDFS/S3/GCS..) : HDFS
   Running on Docker? (yes/no) :no
   
   **Stacktrace:**
   Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/log4j/LogManager
        at org.apache.hudi.hive.HiveSyncTool.<clinit>(HiveSyncTool.java:55)
   Caused by: java.lang.ClassNotFoundException: org.apache.log4j.LogManager
        at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
        ... 1 more
   
   
   
   


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


Reply via email to