Author: tommaso
Date: Wed Sep 11 07:22:47 2013
New Revision: 1521752
URL: http://svn.apache.org/r1521752
Log:
HAMA-803 - hadoop2 profile now using hadoop-2.1.0-beta
Modified:
hama/trunk/pom.xml
Modified: hama/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1521752&r1=1521751&r2=1521752&view=diff
==============================================================================
--- hama/trunk/pom.xml (original)
+++ hama/trunk/pom.xml Wed Sep 11 07:22:47 2013
@@ -126,6 +126,9 @@
<modules>
<module>yarn</module>
</modules>
+ <properties>
+ <hadoop.version>2.1.0-beta</hadoop.version>
+ </properties>
<dependencies>
<!-- build for Hadoop 2.x -->