Skip to content

Commit

Permalink
Activate hadoop2 profile in pom.xml with -Dhadoop=2
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaram committed Jan 11, 2013
1 parent f7adb38 commit 9262522
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bagel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
</profile>
<profile>
<id>hadoop2</id>
<activation>
<property>
<name>hadoop</name>
<value>2</value>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.spark-project</groupId>
Expand Down
6 changes: 6 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@
</profile>
<profile>
<id>hadoop2</id>
<activation>
<property>
<name>hadoop</name>
<value>2</value>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down
6 changes: 6 additions & 0 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
</profile>
<profile>
<id>hadoop2</id>
<activation>
<property>
<name>hadoop</name>
<value>2</value>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.spark-project</groupId>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,12 @@

<profile>
<id>hadoop2</id>
<activation>
<property>
<name>hadoop</name>
<value>2</value>
</property>
</activation>
<properties>
<hadoop.major.version>2</hadoop.major.version>
</properties>
Expand Down
6 changes: 6 additions & 0 deletions repl-bin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@
</profile>
<profile>
<id>hadoop2</id>
<activation>
<property>
<name>hadoop</name>
<value>2</value>
</property>
</activation>
<properties>
<classifier>hadoop2</classifier>
</properties>
Expand Down
6 changes: 6 additions & 0 deletions repl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@
</profile>
<profile>
<id>hadoop2</id>
<activation>
<property>
<name>hadoop</name>
<value>2</value>
</property>
</activation>
<properties>
<classifier>hadoop2</classifier>
</properties>
Expand Down

0 comments on commit 9262522

Please sign in to comment.