srowen commented on a change in pull request #33277:
URL: https://github.com/apache/spark/pull/33277#discussion_r667508646
##########
File path: hadoop-cloud/pom.xml
##########
@@ -201,13 +201,22 @@
</dependencies>
<profiles>
-
+ <!--
+ hadoop-3.2 profile is activated by default so hadoop-2.7 profile
+ also needs to be declared here for building with -Phadoop-2.7.
+ -->
+ <profile>
+ <id>hadoop-2.7</id>
+ </profile>
<!--
Hadoop 3 simplifies the classpath, and adds a new committer base class
which
enables store-specific committers.
-->
<profile>
<id>hadoop-3.2</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
Review comment:
BTW this has no effect if _any_ other profiles are activated manually,
IIRC. Does that pose a problem?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]