Do you mean that the configuration can be plugged in the appConfig.json? The file in slider-conf-dir has been transferred to the hdfs dir:/user/h_yanghao3/.slider/cluster/hbase1/confdir , than to the SLiderAM dir. Now I want to use these configuration in HMaster component, how can I transfer these configuration to the component HMaster?
2015-01-05 12:29 GMT+08:00 Ted Yu <[email protected]>: > See app-packages/hbase/appConfig-default.json in source code where you can > find example for hbase-site. > > core-site and hdfs-site can be plugged in the same manner. e.g.: > "site.hdfs-site.dfs.namenode.kerberos.principal": > "${TODO-NN-PRINCIPAL}", > "site.hdfs-site.dfs.namenode.kerberos.internal.spnego.principal": > "${TODO-NN-SPNEGO-PRINCIPAL}", > ... > "site.core-site.fs.defaultFS": "${NN_URI}", > > Cheers > > On Sun, Jan 4, 2015 at 8:10 PM, 杨浩 <[email protected]> wrote: > > > what is system_configs, how can I transfer core-site.xml and > hdfs.site.xml > > to the HMaster ? > > > > - system_configs: list of config types sent to the containers (e.g. > > "core-site,hdfs-site,hbase-site") > > > > >
