Repository: ambari
Updated Branches:
  refs/heads/trunk 8bdb7850d -> 86638417e


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

This reverts commit 8bdb7850dd37cb9b80dc865ec08326ee8d587a38.


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/86638417
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/86638417
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/86638417

Branch: refs/heads/trunk
Commit: 86638417edbb45d1534dc91a40497bf75879ec22
Parents: 8bdb785
Author: Sumit Mohanty <smoha...@hortonworks.com>
Authored: Thu May 21 13:18:54 2015 -0700
Committer: Sumit Mohanty <smoha...@hortonworks.com>
Committed: Thu May 21 13:18:54 2015 -0700

----------------------------------------------------------------------
 .../HBASE/0.96.0.2.0/configuration/hbase-site.xml           | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/86638417/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-site.xml
 
b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-site.xml
index 49782e1..1bb49b0 100644
--- 
a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-site.xml
+++ 
b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-site.xml
@@ -48,6 +48,15 @@
     <description>The port the HBase Master should bind to.</description>
   </property>
   <property>
+    <name>hbase.tmp.dir</name>
+    <value>/hadoop/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
+    machine restart).
+    </description>
+  </property>
+  <property>
     <name>hbase.local.dir</name>
     <value>${hbase.tmp.dir}/local</value>
     <description>Directory on the local filesystem to be used as a local 
storage

Reply via email to