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
