Skip to content
Snippets Groups Projects
Commit 92625223 authored by Shivaram Venkataraman's avatar Shivaram Venkataraman
Browse files

Activate hadoop2 profile in pom.xml with -Dhadoop=2

parent f7adb382
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -115,6 +115,12 @@
</profile>
<profile>
<id>hadoop2</id>
<activation>
<property>
<name>hadoop</name>
<value>2</value>
</property>
</activation>
<properties>
<classifier>hadoop2</classifier>
</properties>
......
......@@ -121,6 +121,12 @@
</profile>
<profile>
<id>hadoop2</id>
<activation>
<property>
<name>hadoop</name>
<value>2</value>
</property>
</activation>
<properties>
<classifier>hadoop2</classifier>
</properties>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment