Skip to content

Commit

Permalink
Update autogen
Browse files Browse the repository at this point in the history
* autogen/pom.xml
	* Add hadoop mr2 profile to be used for hadoop hdfs and client.

Signed-off-by: Luis Ponce <[email protected]>
  • Loading branch information
luisfponce committed Aug 22, 2019
1 parent 2e04a1d commit 7d66b3f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion autogen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,20 @@
<version>${hadoop.mr2.version}</version>
</dependency>
</dependencies>

<profiles>
<profile>
<id>hadoop3.2</id>
<properties>
<hadoop.mr2.version>3.2.0</hadoop.mr2.version>
</properties>
<activation>
<property>
<name>hadoop</name>
<value>3.2</value>
</property>
</activation>
</profile>
</profiles>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 7d66b3f

Please sign in to comment.