Repository: incubator-slider Updated Branches: refs/heads/develop e6dd72936 -> b0ff607de
SLIDER-914 Drop hbase.bulkload.staging.dir for secure deployment Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/b0ff607d Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/b0ff607d Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/b0ff607d Branch: refs/heads/develop Commit: b0ff607de8a5001178233d3d1ee8fd3b5f5ad898 Parents: e6dd729 Author: tedyu <[email protected]> Authored: Sat Sep 26 14:43:29 2015 -0700 Committer: tedyu <[email protected]> Committed: Sat Sep 26 14:43:29 2015 -0700 ---------------------------------------------------------------------- app-packages/hbase/appConfig-phoenix-default.json | 3 +-- app-packages/hbase/appConfig-secured-default.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/b0ff607d/app-packages/hbase/appConfig-phoenix-default.json ---------------------------------------------------------------------- diff --git a/app-packages/hbase/appConfig-phoenix-default.json b/app-packages/hbase/appConfig-phoenix-default.json index 03885f8..54fbe0e 100644 --- a/app-packages/hbase/appConfig-phoenix-default.json +++ b/app-packages/hbase/appConfig-phoenix-default.json @@ -27,8 +27,7 @@ "site.hbase-env.hbase_master_heapsize": "1024m", "site.hbase-env.hbase_regionserver_heapsize": "1024m", - "site.hbase-site.hbase.rootdir": "${DEFAULT_DATA_DIR}/data", - "site.hbase-site.hbase.bulkload.staging.dir": "${DEFAULT_DATA_DIR}/hbase-staging", + "site.hbase-site.hbase.rootdir": "${DEFAULT_DATA_DIR}", "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", http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/b0ff607d/app-packages/hbase/appConfig-secured-default.json ---------------------------------------------------------------------- diff --git a/app-packages/hbase/appConfig-secured-default.json b/app-packages/hbase/appConfig-secured-default.json index 396da77..e232090 100644 --- a/app-packages/hbase/appConfig-secured-default.json +++ b/app-packages/hbase/appConfig-secured-default.json @@ -27,8 +27,7 @@ "site.hbase-env.hbase_master_heapsize": "1024m", "site.hbase-env.hbase_regionserver_heapsize": "1024m", - "site.hbase-site.hbase.rootdir": "${DEFAULT_DATA_DIR}/data", - "site.hbase-site.hbase.bulkload.staging.dir": "${DEFAULT_DATA_DIR}/hbase-staging", + "site.hbase-site.hbase.rootdir": "${DEFAULT_DATA_DIR}", "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",
