nsivabalan commented on a change in pull request #2727:
URL: https://github.com/apache/hudi/pull/2727#discussion_r602362761
##########
File path:
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/testutils/FunctionalTestHarness.java
##########
@@ -166,5 +168,15 @@ public static synchronized void cleanUpAfterAll() throws
IOException {
for (FileStatus f : fileStatuses) {
fs.delete(f.getPath(), true);
}
+ if (spark != null) {
Review comment:
don't we need to stop hdfsTestService as well?
##########
File path: pom.xml
##########
@@ -1424,6 +1425,7 @@
<properties>
<scala.version>${scala12.version}</scala.version>
<scala.binary.version>2.12</scala.binary.version>
+ <skip.hudi-spark3.unit.tests>true</skip.hudi-spark3.unit.tests>
Review comment:
whats the expected behavior if we run maven with both spark3 and scala12
?
--
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]