You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/04/06 06:21:36 UTC

[GitHub] [incubator-hudi] malanb5 commented on issue #827: java.lang.ClassNotFoundException: com.uber.hoodie.hadoop.HoodieInputFormat

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


With regards,
Apache Git Services