You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by to...@apache.org on 2011/01/14 20:26:32 UTC

svn commit: r1059133 - in /incubator/whirr/trunk: CHANGES.txt scripts/cloudera/cdh/post-configure

Author: tomwhite
Date: Fri Jan 14 19:26:32 2011
New Revision: 1059133

URL: http://svn.apache.org/viewvc?rev=1059133&view=rev
Log:
WHIRR-204. CDH Hadoop integration test fails on Rackspace.

Modified:
    incubator/whirr/trunk/CHANGES.txt
    incubator/whirr/trunk/scripts/cloudera/cdh/post-configure

Modified: incubator/whirr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/CHANGES.txt?rev=1059133&r1=1059132&r2=1059133&view=diff
==============================================================================
--- incubator/whirr/trunk/CHANGES.txt (original)
+++ incubator/whirr/trunk/CHANGES.txt Fri Jan 14 19:26:32 2011
@@ -109,6 +109,8 @@ Trunk (unreleased changes)
 
     WHIRR-200. Cassandra integration test hangs. (Stu Hood via tomwhite)
 
+    WHIRR-204. CDH Hadoop integration test fails on Rackspace. (tomwhite)
+
 Release 0.2.0 - 2010-11-04
 
   NEW FEATURES

Modified: incubator/whirr/trunk/scripts/cloudera/cdh/post-configure
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/scripts/cloudera/cdh/post-configure?rev=1059133&r1=1059132&r2=1059133&view=diff
==============================================================================
--- incubator/whirr/trunk/scripts/cloudera/cdh/post-configure (original)
+++ incubator/whirr/trunk/scripts/cloudera/cdh/post-configure Fri Jan 14 19:26:32 2011
@@ -272,6 +272,10 @@ function configure_hadoop() {
   <value>/hadoop/system/mapred</value>
 </property>
 <property>
+  <name>mapreduce.jobtracker.staging.root.dir</name>
+  <value>/user</value>
+</property>
+<property>
   <name>mapred.tasktracker.map.tasks.maximum</name>
   <value>$MAX_MAP_TASKS</value>
   <final>true</final>