You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2011/03/04 05:15:34 UTC

svn commit: r1077443 - /hadoop/common/branches/branch-0.20-security-patches/src/test/system/conf/system-test.xml

Author: omalley
Date: Fri Mar  4 04:15:34 2011
New Revision: 1077443

URL: http://svn.apache.org/viewvc?rev=1077443&view=rev
Log:
commit e0121c2c8389ed985ae2af1af19ccceb56bdf47c
Author: Konstantin Boudnik <co...@goodenter-lm.local>
Date:   Wed May 5 15:50:22 2010 -0700

    HADOOP-6332 from https://issues.apache.org/jira/secure/attachment/12443788/6332-phase2.fix2.patch
      on top of https://issues.apache.org/jira/secure/attachment/12443539/6332-phase2.patch
      removing curve brackets from XML file to workaround buggy XML processor.

Modified:
    hadoop/common/branches/branch-0.20-security-patches/src/test/system/conf/system-test.xml

Modified: hadoop/common/branches/branch-0.20-security-patches/src/test/system/conf/system-test.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/src/test/system/conf/system-test.xml?rev=1077443&r1=1077442&r2=1077443&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-patches/src/test/system/conf/system-test.xml (original)
+++ hadoop/common/branches/branch-0.20-security-patches/src/test/system/conf/system-test.xml Fri Mar  4 04:15:34 2011
@@ -62,7 +62,7 @@ neutral at the forward-port stage -->
 </property>
 <property>
   <name>test.system.hdrc.hadoopnewconfdir</name>
-  <value>$(TO_DO_GLOBAL_TMP_DIR)</value>
+  <value>$(TO_DO_GLOBAL_TMP_DIR)/newconf</value>
   <description>
   The directory where the new config files will be copied to in all
   the clusters is pointed out this directory. 
@@ -92,7 +92,7 @@ neutral at the forward-port stage -->
     Local file system path on gate way to cluster-controller binary including the binary name.
     To build the binary the following commands need to be executed:
      % ant run-as -Drun-as.hadoop.home.dir=(HADOOP_HOME of setup cluster)
-     % cp build-fi/system/c++-build/runAs $(test.system.hdrc.multi-user.binary.path)
+     % cp build-fi/system/c++-build/runAs test.system.hdrc.multi-user.binary.path
     Location of the cluster is important security precaution.
     The binary should be owned by root and test user group permission should be set such a
     way that it can be executed by binary. Example usage would be: