dongjoon-hyun commented on a change in pull request #29030:
URL: https://github.com/apache/spark/pull/29030#discussion_r451202038
##########
File path: pom.xml
##########
@@ -3059,13 +3062,28 @@
<curator.version>2.7.1</curator.version>
<commons-io.version>2.4</commons-io.version>
</properties>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-ozone-filesystem-lib-legacy</artifactId>
+ <scope>runtime</scope>
+ <version>${ozone.version}</version>
+ </dependency>
+ </dependencies>
</profile>
<profile>
<id>hadoop-3.2</id>
<!-- Default hadoop profile. Uses global properties. -->
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-ozone-filesystem-lib-current</artifactId>
+ <scope>runtime</scope>
+ <version>${ozone.version}</version>
+ </dependency>
+ </dependencies>
</profile>
-
Review comment:
nit. Let's not touch this part.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]