Hi guys,
I just switch from 40 to 60 and I found the application configuration
doesn't work any more.
http://slider.incubator.apache.org/docs/slider_specs/application_instance_configuration.html
For example :
{
"schema" : "http://example.org/specification/v2.0.0",
"metadata" : {
},
"global" : {
"config_types": "core-site,hdfs-site,hbase-site",
"java_home": "/usr/jdk64/jdk1.7.0_45",
"package_list": "files/hbase-0.96.1-hadoop2-bin.tar",
"create.default.zookeeper.node": "true"
"site.global.app_user": "yarn",
"site.global.app_log_dir": "${AGENT_LOG_ROOT}/app/log",
"site.global.app_pid_dir": "${AGENT_WORK_ROOT}/app/run",
"site.global.security_enabled": "false",
"site.hbase-site.hbase.hstore.flush.retries.number": "120",
"site.hbase-site.hbase.client.keyvalue.maxsize": "10485760",
"site.hbase-site.hbase.hstore.compactionThreshold": "3",
"site.hbase-site.hbase.rootdir": "${NN_URI}/apps/hbase/data",
"site.hbase-site.hbase.tmp.dir": "${AGENT_WORK_ROOT}/work/app/tmp",
"site.hbase-site.hbase.master.info.port":
"${HBASE_MASTER.ALLOCATED_PORT}",
"site.hbase-site.hbase.regionserver.port": "0",
"site.hbase-site.zookeeper.znode.parent": "${DEF_ZK_PATH}",
"site.core-site.fs.defaultFS": "${NN_URI}",
"site.hdfs-site.dfs.namenode.https-address": "${NN_HOST}:50470",
"site.hdfs-site.dfs.namenode.http-address": "${NN_HOST}:50070"
}
}
I can't get config_types in agent python script anymore. Only global
properties are set and caught
Thanks!