malanb5 commented on issue #827: java.lang.ClassNotFoundException: com.uber.hoodie.hadoop.HoodieInputFormat URL: https://github.com/apache/incubator-hudi/issues/827#issuecomment-609588466 A follow up on this, the class is in com.uber.hoodie.hadoop (now as of 4/5/2020) com.apache.hudi, therefore, include the Hoodie Hadoop module dependency from maven: <!-- Hoodie --> <dependency> <groupId>org.apache.hudi</groupId> <artifactId>hudi-hadoop-mr</artifactId> <version>${hudi.version}</version> </dependency>
---------------------------------------------------------------- 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
