You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by Ted Yu <yu...@gmail.com> on 2014/07/12 00:46:35 UTC

region server info port

Hi,
Certain test script hardcodes region server info port @ 60030

This wouldn't work for region server in Slider deployed cluster.

I examined the output from 'slider status'
and ws/v1/slider/publisher/slider/hbase-site.xml

port information is not in status output.
>From the latter, I see:

<property><name>hbase.regionserver.info.port</name><value>0</value><source/></property>

Analyzing container log for region server would be one way of obtaining
this information - but I wonder if there is better way.

Cheers

Re: region server info port

Posted by Sumit Mohanty <sm...@hortonworks.com>.
In appConfig.json, you can replace "0" with
${HBASE_REGIONSERVER.ALLOCATED_PORT} in which case, an explicit port will
be allocated and it will be discoverable using
ws/v1/slider/publisher/slider/hbase-site.xml


On Fri, Jul 11, 2014 at 3:46 PM, Ted Yu <yu...@gmail.com> wrote:

> Hi,
> Certain test script hardcodes region server info port @ 60030
>
> This wouldn't work for region server in Slider deployed cluster.
>
> I examined the output from 'slider status'
> and ws/v1/slider/publisher/slider/hbase-site.xml
>
> port information is not in status output.
> From the latter, I see:
>
>
> <property><name>hbase.regionserver.info.port</name><value>0</value><source/></property>
>
> Analyzing container log for region server would be one way of obtaining
> this information - but I wonder if there is better way.
>
> Cheers
>

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.