leesf commented on a change in pull request #3864:
URL: https://github.com/apache/hudi/pull/3864#discussion_r736295091
##########
File path: hudi-client/hudi-java-client/pom.xml
##########
@@ -121,6 +121,28 @@
<artifactId>junit-platform-commons</artifactId>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-hdfs</artifactId>
+ <classifier>tests</classifier>
+ <scope>test</scope>
+ <!-- Need these exclusions to make sure JavaSparkContext can be
setup. https://issues.apache.org/jira/browse/SPARK-1693 -->
Review comment:
java-client also need JavaSparkContext? can remove this 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]