vinothchandar commented on issue #751: Clean up poms, unused deps and thinning bundles URL: https://github.com/apache/incubator-hudi/pull/751#issuecomment-511621749 got past that.. but hit ``` aused by: java.lang.ClassNotFoundException: com.uber.hoodie.org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at org.apache.hadoop.hive.ql.parse.ParseUtils.ensureClassExists(ParseUtils.java:261) ``` when I actually have it ``` $ jar tf packaging/hoodie-spark-bundle/target/hoodie-spark-bundle-0.4.8-SNAPSHOT.jar | grep MapredParquetOutputFormat com/uber/hoodie/org/apache/hadoop/hive/ql/io/parquet/MapredParquetOutputFormat.class ``` any clue?
---------------------------------------------------------------- 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] With regards, Apache Git Services
