Repository: ambari Updated Branches: refs/heads/trunk d2042f10f -> 35c3625cc
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/35c3625c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/35c3625c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/35c3625c Branch: refs/heads/trunk Commit: 35c3625cce5f04783f8a8b220c9acbc7598ef71c Parents: d2042f1 Author: Sumit Mohanty <[email protected]> Authored: Thu May 21 14:49:15 2015 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Thu May 21 14:50:01 2015 -0700 ---------------------------------------------------------------------- .../common-services/HBASE/0.96.0.2.0/configuration/hbase-site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/35c3625c/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..59fa842 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 @@ -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
