rbhartia commented on issue #705: hadoop 2.8.x miss RecoveryInProgressException 
class
URL: https://github.com/apache/incubator-hudi/issues/705#issuecomment-501948380
 
 
   Seems like this is due to hoodie-common POM using the hadoop-common and 
hadoop-hdfs modules with tests classifier. I was able to hoodie to build 
against 2.8.4 by simply adding these modules in hoodie-common pom.xml. 
   
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-hdfs</artifactId>
       </dependency>
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-common</artifactId>
       </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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to