cdmikechen commented on issue #735: Failed to instantiate SLF4J LoggerFactory URL: https://github.com/apache/incubator-hudi/issues/735#issuecomment-502500288 HDP have a different maven dependency like (https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-common?repo=hortonworks-releases) ```xml <!-- https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-common --> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> <version>3.1.1.3.0.2.0-50</version> </dependency> ``` maybe you can replace hadoop ,spark, hive's version and repackage hoodie and then try again.
---------------------------------------------------------------- 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
