Browse Source

AMBARI-11312. Use default value of hbase.tmp.dir instead of hard coded directory (Ted Yu via smohanty)

Sumit Mohanty 10 years ago
parent
commit
35c3625cce

+ 1 - 1
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-site.xml

@@ -49,7 +49,7 @@
   </property>
   <property>
     <name>hbase.tmp.dir</name>
-    <value>/hadoop/hbase</value>
+    <value>/tmp/hbase</value>
     <description>Temporary directory on the local filesystem.
     Change this setting to point to a location more permanent
     than '/tmp' (The '/tmp' directory is often cleared on