[virgil] r161 committed - updating test config

4 views
Skip to first unread message

virgil.apach...@codespot.com

unread,
Jan 31, 2012, 9:30:11 AM1/31/12
to virgil...@gmail.com
Revision: 161
Author: boneill42
Date: Tue Jan 31 06:29:08 2012
Log: updating test config

http://code.google.com/a/apache-extras.org/p/virgil/source/detail?r=161

Modified:
/trunk/server/src/test/resources/core-site.xml
/trunk/server/src/test/resources/hdfs-site.xml
/trunk/server/src/test/resources/mapred-site.xml

=======================================
--- /trunk/server/src/test/resources/core-site.xml Tue Jan 31 06:23:41 2012
+++ /trunk/server/src/test/resources/core-site.xml Tue Jan 31 06:29:08 2012
@@ -6,7 +6,7 @@
<configuration>
<property>
<name>fs.default.name</name>
- <value>hdfs://dlcirrus01.hmsonline.com:9000</value>
+ <value>hdfs://NAME_NODE:9000</value>
<description>The name of the default filesystem</description>
</property>
</configuration>
=======================================
--- /trunk/server/src/test/resources/hdfs-site.xml Tue Jan 31 06:23:41 2012
+++ /trunk/server/src/test/resources/hdfs-site.xml Tue Jan 31 06:29:08 2012
@@ -10,15 +10,15 @@
</property>
<property>
<name>dfs.name.dir</name>
- <value>/opt/cirrus/data/hadoop/dfs/name</value>
+ <value>/opt/data/hadoop/dfs/name</value>
</property>
<property>
<name>dfs.data.dir</name>
- <value>/opt/cirrus/data/hadoop/dfs/data</value>
+ <value>/opt/data/hadoop/dfs/data</value>
</property>
<property>
<name>dfs.checkpoint.dir</name>
- <value>/opt/cirrus/data/hadoop/dfs/namesecondary</value>
+ <value>/opt/data/hadoop/dfs/namesecondary</value>
</property>

</configuration>
=======================================
--- /trunk/server/src/test/resources/mapred-site.xml Tue Jan 31 06:23:41
2012
+++ /trunk/server/src/test/resources/mapred-site.xml Tue Jan 31 06:29:08
2012
@@ -6,7 +6,7 @@
<configuration>
<property>
<name>mapred.job.tracker</name>
- <value>dlcirrus01.hmsonline.com:9001</value>
+ <value>JOB_TRACKER_NODE:9001</value>
<description>Where the job tracker is</description>
</property>
<property>

Reply all
Reply to author
Forward
0 new messages