Repository: incubator-slider Updated Branches: refs/heads/develop a8032fa17 -> 9f6742430
SLIDER-900 Add hbase.bulkload.staging.dir config for unsecure appConfig.json Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/9f674243 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/9f674243 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/9f674243 Branch: refs/heads/develop Commit: 9f6742430dbfd23b08767a68e363d33bece7a890 Parents: a8032fa Author: tedyu <[email protected]> Authored: Mon Jun 8 15:27:31 2015 -0700 Committer: tedyu <[email protected]> Committed: Mon Jun 8 15:27:31 2015 -0700 ---------------------------------------------------------------------- app-packages/hbase/appConfig-default.json | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/9f674243/app-packages/hbase/appConfig-default.json ---------------------------------------------------------------------- diff --git a/app-packages/hbase/appConfig-default.json b/app-packages/hbase/appConfig-default.json index 9e03520..4241243 100644 --- a/app-packages/hbase/appConfig-default.json +++ b/app-packages/hbase/appConfig-default.json @@ -34,6 +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": "/user/hbase/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",
