|
@@ -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:
|