You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by te...@apache.org on 2015/07/13 22:05:48 UTC

incubator-slider git commit: SLIDER-914 Make hbase.bulkload.staging.dir config unique per Slider instance

Repository: incubator-slider
Updated Branches:
  refs/heads/develop ac3580eca -> 1a4c9ca73


SLIDER-914 Make hbase.bulkload.staging.dir config unique per Slider instance


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/1a4c9ca7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/1a4c9ca7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/1a4c9ca7

Branch: refs/heads/develop
Commit: 1a4c9ca73e76fe295947b21ae9f27c561167fa5d
Parents: ac3580e
Author: tedyu <yu...@gmail.com>
Authored: Mon Jul 13 13:05:47 2015 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Mon Jul 13 13:05:47 2015 -0700

----------------------------------------------------------------------
 app-packages/hbase/appConfig-default.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/1a4c9ca7/app-packages/hbase/appConfig-default.json
----------------------------------------------------------------------
diff --git a/app-packages/hbase/appConfig-default.json b/app-packages/hbase/appConfig-default.json
index 4241243..6d90414 100644
--- a/app-packages/hbase/appConfig-default.json
+++ b/app-packages/hbase/appConfig-default.json
@@ -27,14 +27,14 @@
         "site.hbase-env.hbase_master_heapsize": "1024m",
         "site.hbase-env.hbase_regionserver_heapsize": "1024m",
 
-        "site.hbase-site.hbase.rootdir": "${DEFAULT_DATA_DIR}",
+        "site.hbase-site.hbase.rootdir": "${DEFAULT_DATA_DIR}/data",
         "site.hbase-site.hbase.superuser": "${USER_NAME}",
         "site.hbase-site.hbase.tmp.dir": "${AGENT_WORK_ROOT}/work/app/tmp",
         "site.hbase-site.hbase.local.dir": "${hbase.tmp.dir}/local",
         "site.hbase-site.hbase.zookeeper.quorum": "${ZK_HOST}",
         "site.hbase-site.zookeeper.znode.parent": "${DEFAULT_ZK_PATH}",
         "site.hbase-site.hbase.regionserver.info.port": "0",
-        "site.hbase-site.hbase.bulkload.staging.dir": "/user/hbase/hbase-staging",
+        "site.hbase-site.hbase.bulkload.staging.dir": "${DEFAULT_DATA_DIR}/hbase-staging",
         "site.hbase-site.hbase.coprocessor.region.classes": "org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint",
         "site.hbase-site.hbase.master.info.port": "${HBASE_MASTER.ALLOCATED_PORT}",
         "site.hbase-site.hbase.regionserver.port": "0",