SLIDER-379. Modify default appConfig.json for he HBase package
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/ffbc3a3c Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/ffbc3a3c Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/ffbc3a3c Branch: refs/heads/develop Commit: ffbc3a3c31d762d8635ab11394a608c74b080582 Parents: 11f6f2b Author: Sumit Mohanty <[email protected]> Authored: Sat Aug 30 07:42:06 2014 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Sat Aug 30 07:42:06 2014 -0700 ---------------------------------------------------------------------- app-packages/hbase/appConfig.json | 76 +++++++++++++++++----------------- 1 file changed, 38 insertions(+), 38 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/ffbc3a3c/app-packages/hbase/appConfig.json ---------------------------------------------------------------------- diff --git a/app-packages/hbase/appConfig.json b/app-packages/hbase/appConfig.json index d324e6d..7df0dc3 100644 --- a/app-packages/hbase/appConfig.json +++ b/app-packages/hbase/appConfig.json @@ -1,45 +1,45 @@ { - "schema": "http://example.org/specification/v2.0.0", - "metadata": { - }, - "global": { - "application.def": "${app.package.name}.zip", - "create.default.zookeeper.node": "true", - "java_home": "/usr/jdk64/jdk1.7.0_45", - "system_configs": "core-site", + "schema": "http://example.org/specification/v2.0.0", + "metadata": { + }, + "global": { + "application.def": "${app.package.name}.zip", + "create.default.zookeeper.node": "true", + "java_home": "/usr/jdk64/jdk1.7.0_45", + "system_configs": "core-site", - "site.global.app_user": "yarn", - "site.global.app_root": "${AGENT_WORK_ROOT}/app/install/hbase-${hbase.version}", + "site.global.app_user": "yarn", + "site.global.app_root": "${AGENT_WORK_ROOT}/app/install/hbase-${hbase.version}", - "site.global.hbase_instance_name": "instancename", - "site.global.hbase_root_password": "secret", - "site.global.user_group": "hadoop", - "site.global.security_enabled": "false", - "site.global.monitor_protocol": "http", - "site.global.ganglia_server_host": "${NN_HOST}", - "site.global.ganglia_server_port": "8667", - "site.global.ganglia_server_id": "Application1", - "site.global.hbase_thrift_port": "${HBASE_THRIFT.ALLOCATED_PORT}", - "site.global.hbase_thrift2_port": "${HBASE_THRIFT2.ALLOCATED_PORT}", - "site.global.hbase_rest_port": "${HBASE_REST.ALLOCATED_PORT}", + "site.global.hbase_instance_name": "instancename", + "site.global.hbase_root_password": "secret", + "site.global.user_group": "hadoop", + "site.global.security_enabled": "false", + "site.global.monitor_protocol": "http", + "site.global.ganglia_server_host": "${NN_HOST}", + "site.global.ganglia_server_port": "8667", + "site.global.ganglia_server_id": "Application1", + "site.global.hbase_thrift_port": "${HBASE_THRIFT.ALLOCATED_PORT}", + "site.global.hbase_thrift2_port": "${HBASE_THRIFT2.ALLOCATED_PORT}", + "site.global.hbase_rest_port": "${HBASE_REST.ALLOCATED_PORT}", - "site.hbase-env.hbase_master_heapsize": "1024m", - "site.hbase-env.hbase_regionserver_heapsize": "1024m", + "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.superuser": "yarn", - "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": "${DEF_ZK_PATH}", - "site.hbase-site.hbase.regionserver.info.port": "0", - "site.hbase-site.hbase.master.info.port": "${HBASE_MASTER.ALLOCATED_PORT}", - "site.hbase-site.hbase.regionserver.port": "0", - "site.hbase-site.hbase.master.port": "0" - }, - "components": { - "slider-appmaster": { - "jvm.heapsize": "256M" + "site.hbase-site.hbase.rootdir": "${DEFAULT_DATA_DIR}", + "site.hbase-site.hbase.superuser": "yarn", + "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": "${DEF_ZK_PATH}", + "site.hbase-site.hbase.regionserver.info.port": "0", + "site.hbase-site.hbase.master.info.port": "${HBASE_MASTER.ALLOCATED_PORT}", + "site.hbase-site.hbase.regionserver.port": "0", + "site.hbase-site.hbase.master.port": "0" + }, + "components": { + "slider-appmaster": { + "jvm.heapsize": "256M" + } } - } }
