Repository: incubator-slider
Updated Branches:
  refs/heads/develop 6da1533b6 -> 9938ae085


SLIDER-1015 hbase.bulkload.staging.dir should take user name into account


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

Branch: refs/heads/develop
Commit: 9938ae085b1b477b45360d8d253050f03d702171
Parents: 6da1533
Author: tedyu <[email protected]>
Authored: Wed Dec 9 11:35:15 2015 -0800
Committer: tedyu <[email protected]>
Committed: Wed Dec 9 11:35:15 2015 -0800

----------------------------------------------------------------------
 app-packages/hbase/appConfig-default.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/9938ae08/app-packages/hbase/appConfig-default.json
----------------------------------------------------------------------
diff --git a/app-packages/hbase/appConfig-default.json 
b/app-packages/hbase/appConfig-default.json
index 6d90414..eaaad83 100644
--- a/app-packages/hbase/appConfig-default.json
+++ b/app-packages/hbase/appConfig-default.json
@@ -34,7 +34,7 @@
         "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": 
"${DEFAULT_DATA_DIR}/hbase-staging",
+        "site.hbase-site.hbase.bulkload.staging.dir": 
"/user/${USER_NAME}/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",

Reply via email to