Skip to content

Commit 515b9ce

Browse files
committed
[SPARK-17259] Hadoop 2.7 profile declare itself active by default. This is to see if the jenkins builds pick this up; I'm not proposing it as part of the final patch
1 parent 3bc87c6 commit 515b9ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2511,6 +2511,9 @@
25112511

25122512
<profile>
25132513
<id>hadoop-2.7</id>
2514+
<activation>
2515+
<activeByDefault>true</activeByDefault>
2516+
</activation>
25142517
<properties>
25152518
<hadoop.version>2.7.3</hadoop.version>
25162519
<jets3t.version>0.9.3</jets3t.version>

0 commit comments

Comments
 (0)