Re: How Sliders configure configuration file of regionserver of HBase

2014-12-30 Thread Ted Yu
What's the timeframe for this migration ? If time permits, you should consider rewriting master failover logic in your application. Using zookeeper is a common technique. HBase, e.g., registers active master under a well known zookeeper znode. This is much more flexible than the way you described

Re: How Sliders configure configuration file of regionserver of HBase

2014-12-30 Thread Yong Feng
ah, rs_hosts means all the nodes managed by YARN. I know a little about labels feature of YARN which adds a tag to host and allow yarn API client to filter hosts according to the tag. I don't think it helps my case. Taking a typical master/slave cluster as an example. To support active-passive fa

Re: How Sliders configure configuration file of regionserver of HBase

2014-12-30 Thread Ted Yu
bq. host list of all the instances of a component Are you using node labels feature of YARN ? If not, the list would comprise of all the nodes in your YARN cluster. Cheers On Tue, Dec 30, 2014 at 4:43 PM, Yong Feng wrote: > Hi Team, > > The template of regionserver of HBase application uses fo

How Sliders configure configuration file of regionserver of HBase

2014-12-30 Thread Yong Feng
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

[jira] [Created] (SLIDER-736) build hbase

2014-12-30 Thread Yang Hao (JIRA)
Yang Hao created SLIDER-736: --- Summary: build hbase Key: SLIDER-736 URL: https://issues.apache.org/jira/browse/SLIDER-736 Project: Slider Issue Type: Bug Components: application/hbase

[jira] [Updated] (SLIDER-736) build hbase

2014-12-30 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang Hao updated SLIDER-736: Labels: 0.60 (was: ) > build hbase > --- > > Key: SLIDER-736 > URL:

[jira] [Commented] (SLIDER-576) Default packages have a hard-coded build version - instead they need to use mvn parameter

2014-12-30 Thread Yang Hao (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14261036#comment-14261036 ] Yang Hao commented on SLIDER-576: - then how to configure pkg.version > Default packages