Hi Vamshi, Here's an example of how to get serverInfo in client code: HMasterInterface master = hbaseAdmin.getMaster (); Collection <HServerInfo> regionServers = master.getClusterStatus ().getServerInfo ();
Startcode is used to distinguish between the start-ups of same regionserver at different time point. It's the start-time of one regionserver. Jieshan. -----邮件原件----- 发件人: Vamshi Krishna [mailto:[email protected]] 发送时间: 2011年12月6日 14:26 收件人: [email protected] 主题: what is region server startcode Hi i want to move some regions of table from one server to other, but in the move method argumemnts, what is the meaning of regionserver startcode? from where i can get it? please can anybody tell..? -- *Regards* * Vamshi Krishna *
