Hi Team,

The template of regionserver of HBase application uses following scripts to
configure configuraiton file of regionserver of HBase. I did not find where
the rs_hosts is defined in any file in Slider HBase package. How a template
is designed is mentioned a little at the end of
http://slider.incubator.apache.org/docs/slider_specs/application_package.html,
but cannot help much.

{% for host in rs_hosts %}{{host}}
{% endfor %}

Does anyone know where rs_hosts is defined? I am now writing a package for
a HPC applicaiton and need to know host list of all the instances of a
component to prepare configuration file of the application.

Thanks,

Yong

Reply via email to