Jelajahi Sumber

commit e0121c2c8389ed985ae2af1af19ccceb56bdf47c
Author: Konstantin Boudnik <cos@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.


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-patches@1077443 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 14 tahun lalu
induk
melakukan
3ac1bb496d
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/test/system/conf/system-test.xml

+ 2 - 2
src/test/system/conf/system-test.xml

@@ -62,7 +62,7 @@ neutral at the forward-port stage -->
 </property>
 </property>
 <property>
 <property>
   <name>test.system.hdrc.hadoopnewconfdir</name>
   <name>test.system.hdrc.hadoopnewconfdir</name>
-  <value>$(TO_DO_GLOBAL_TMP_DIR)</value>
+  <value>$(TO_DO_GLOBAL_TMP_DIR)/newconf</value>
   <description>
   <description>
   The directory where the new config files will be copied to in all
   The directory where the new config files will be copied to in all
   the clusters is pointed out this directory. 
   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.
     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:
     To build the binary the following commands need to be executed:
      % ant run-as -Drun-as.hadoop.home.dir=(HADOOP_HOME of setup cluster)
      % 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.
     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
     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:
     way that it can be executed by binary. Example usage would be: