Skip to content

Commit

Permalink
Moved hadoop.version property to the profiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexandrov committed Sep 6, 2013
1 parent f2a96a2 commit b9504be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<hadoop.version>2.0.0-cdh4.2.1</hadoop.version>
</properties>

<pluginRepositories>
Expand Down Expand Up @@ -136,6 +135,9 @@
<profiles>
<profile>
<id>hadoop_yarn</id>
<properties>
<hadoop.version>2.0.0-cdh4.2.1</hadoop.version>
</properties>
<dependencyManagement>
<dependencies>
<!-- YARN -->
Expand All @@ -157,6 +159,9 @@
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<hadoop.version>1.2.1</hadoop.version>
</properties>
<dependencyManagement>
<dependencies>
<!-- "Old" Hadoop = MapReduce v1 -->
Expand Down

0 comments on commit b9504be

Please sign in to comment.