[EMAIL PROTECTED] wrote:
...
URL: 
http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/test/hbase-site.xml?rev=634168&r1=634167&r2=634168&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/test/hbase-site.xml (original)
+++ hadoop/hbase/trunk/src/test/hbase-site.xml Wed Mar  5 21:09:33 2008
@@ -107,4 +107,8 @@
     Keep the maximum filesize small so we split more often in tests.
     </description>
   </property>
+  <property>
+    <name>hadoop.log.dir</name>
+    <value>${user.dir}/logs</value>
+  </property>
 </configuration>


Does the above user.dir have a value and get interpolated? Is this the java system property user.dir? Isn't the default your homedir -- e.g. ~/jimk -- and logs are put into your home dir? Or does test suite set this to a different value?

St.Ack

Reply via email to