You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by as...@apache.org on 2012/03/09 16:06:30 UTC

svn commit: r1298864 - in /whirr/branches/branch-0.7: CHANGES.txt recipes/mahout-ec2.properties services/mahout/src/main/resources/whirr-mahout-default.properties services/mahout/src/test/resources/whirr-mahout-test.properties

Author: asavu
Date: Fri Mar  9 15:06:30 2012
New Revision: 1298864

URL: http://svn.apache.org/viewvc?rev=1298864&view=rev
Log:
WHIRR-550. Upgrade Mahout service to 0.6 (Frank Scholten via asavu)

Modified:
    whirr/branches/branch-0.7/CHANGES.txt
    whirr/branches/branch-0.7/recipes/mahout-ec2.properties
    whirr/branches/branch-0.7/services/mahout/src/main/resources/whirr-mahout-default.properties
    whirr/branches/branch-0.7/services/mahout/src/test/resources/whirr-mahout-test.properties

Modified: whirr/branches/branch-0.7/CHANGES.txt
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/CHANGES.txt?rev=1298864&r1=1298863&r2=1298864&view=diff
==============================================================================
--- whirr/branches/branch-0.7/CHANGES.txt (original)
+++ whirr/branches/branch-0.7/CHANGES.txt Fri Mar  9 15:06:30 2012
@@ -8,6 +8,8 @@ Release 0.7.2
 
     WHIRR-457. Upgrade to jclouds 1.2.2 (Andrei Savu)
 
+    WHIRR-550. Upgrade Mahout service to 0.6 (Frank Scholten via asavu)
+
   BUG FIXES
 
 Release 0.7.1 - 2012-02-23

Modified: whirr/branches/branch-0.7/recipes/mahout-ec2.properties
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/recipes/mahout-ec2.properties?rev=1298864&r1=1298863&r2=1298864&view=diff
==============================================================================
--- whirr/branches/branch-0.7/recipes/mahout-ec2.properties (original)
+++ whirr/branches/branch-0.7/recipes/mahout-ec2.properties Fri Mar  9 15:06:30 2012
@@ -23,7 +23,7 @@ whirr.cluster-name=mahout
 
 whirr.instance-templates=1 hadoop-jobtracker+hadoop-namenode+mahout-client,1 hadoop-datanode+hadoop-tasktracker
 
-whirr.mahout.version=0.5
+whirr.mahout.version=0.6
 whirr.mahout.tarball.url=http://archive.apache.org/dist/mahout/${whirr.mahout.version}/mahout-distribution-${whirr.mahout.version}.tar.gz
 
 # For EC2 set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables.

Modified: whirr/branches/branch-0.7/services/mahout/src/main/resources/whirr-mahout-default.properties
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/mahout/src/main/resources/whirr-mahout-default.properties?rev=1298864&r1=1298863&r2=1298864&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/mahout/src/main/resources/whirr-mahout-default.properties (original)
+++ whirr/branches/branch-0.7/services/mahout/src/main/resources/whirr-mahout-default.properties Fri Mar  9 15:06:30 2012
@@ -16,6 +16,6 @@
 # limitations under the License.
 #
 
-whirr.mahout.version=0.5
+whirr.mahout.version=0.6
 
 whirr.mahout.tarball.url=http://archive.apache.org/dist/mahout/${whirr.mahout.version}/mahout-distribution-${whirr.mahout.version}.tar.gz
\ No newline at end of file

Modified: whirr/branches/branch-0.7/services/mahout/src/test/resources/whirr-mahout-test.properties
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/mahout/src/test/resources/whirr-mahout-test.properties?rev=1298864&r1=1298863&r2=1298864&view=diff
==============================================================================
--- whirr/branches/branch-0.7/services/mahout/src/test/resources/whirr-mahout-test.properties (original)
+++ whirr/branches/branch-0.7/services/mahout/src/test/resources/whirr-mahout-test.properties Fri Mar  9 15:06:30 2012
@@ -19,7 +19,7 @@
 whirr.cluster-name=mahout-itest-${sys:whirr.test.provider}-${sys:user.name}
 whirr.instance-templates=1 hadoop-jobtracker+hadoop-namenode+mahout-client,1 hadoop-datanode+hadoop-tasktracker
 
-whirr.mahout.version=0.5
+whirr.mahout.version=0.6
 whirr.mahout.tarball.url=http://archive.apache.org/dist/mahout/${whirr.mahout.version}/mahout-distribution-${whirr.mahout.version}.tar.gz
 
 whirr.provider=${sys:whirr.test.provider}