Repository: ambari Updated Branches: refs/heads/trunk 7833901f6 -> 8bdb7850d
AMBARI-11312. Use default value of hbase.tmp.dir instead of hard coded directory (Ted Yu via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8bdb7850 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8bdb7850 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8bdb7850 Branch: refs/heads/trunk Commit: 8bdb7850dd37cb9b80dc865ec08326ee8d587a38 Parents: 7833901 Author: Sumit Mohanty <[email protected]> Authored: Thu May 21 13:14:49 2015 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Thu May 21 13:14:49 2015 -0700 ---------------------------------------------------------------------- .../HBASE/0.96.0.2.0/configuration/hbase-site.xml | 9 --------- 1 file changed, 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8bdb7850/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 1bb49b0..49782e1 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,15 +48,6 @@ <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
