diff --git a/bagel/pom.xml b/bagel/pom.xml index 85b2077026173f3aaa0386eb755ef1220a5dc79a..c3461fb88908433ac4226853a01c8cba54905d37 100644 --- a/bagel/pom.xml +++ b/bagel/pom.xml @@ -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> diff --git a/core/pom.xml b/core/pom.xml index 005d8fe4981200acb6cad4f71decea2fc8cee209..c8ff625774bf4ff5b4643e040d37ffbe0dfd0817 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -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> diff --git a/examples/pom.xml b/examples/pom.xml index 3f738a3f8cf04b7004477afbf2acfc266d1ecc56..d0b1e97747d69f983552a55a310eff476e8b60d8 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -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> diff --git a/pom.xml b/pom.xml index ea5b9c9d05a3418744d07df06259de8de8417af9..ae87813d4e85e25a133910333fc6e6cdb50a13d5 100644 --- a/pom.xml +++ b/pom.xml @@ -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> diff --git a/repl-bin/pom.xml b/repl-bin/pom.xml index fecb01f3cd8635a26a83a628e1a921b8b134598d..54ae20659e4ace2369f02d514d0bb42ee9b17743 100644 --- a/repl-bin/pom.xml +++ b/repl-bin/pom.xml @@ -115,6 +115,12 @@ </profile> <profile> <id>hadoop2</id> + <activation> + <property> + <name>hadoop</name> + <value>2</value> + </property> + </activation> <properties> <classifier>hadoop2</classifier> </properties> diff --git a/repl/pom.xml b/repl/pom.xml index 04b2c35bebbdec4ea549cc9790a7164fa4af8498..3e979b93a6022eb9b2f9071dc38902871ddfceb5 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -121,6 +121,12 @@ </profile> <profile> <id>hadoop2</id> + <activation> + <property> + <name>hadoop</name> + <value>2</value> + </property> + </activation> <properties> <classifier>hadoop2</classifier> </properties>