Re: HBase Restful Start Error ->Port in use: 0.0.0.0:8085

2015-01-19 Thread Ted Yu
Have you found out how the process below was started ? If the discussion involves HDP, I suggest continuing on related mailing list. Cheers On Mon, Jan 19, 2015 at 2:18 AM, anil gupta wrote: > Ok figured out that by default the port is 8080. But, it seems like restful > server is not running i

Re: HBase Restful Start Error ->Port in use: 0.0.0.0:8085

2015-01-19 Thread anil gupta
Ok figured out that by default the port is 8080. But, it seems like restful server is not running in readonly mode. Is there a way to modify the startup(in HDP) and make sure that this run in ReadOnly mode? On Mon, Jan 19, 2015 at 2:12 AM, anil gupta wrote: > /usr/java/default/bin/java -Dproc_re

Re: HBase Restful Start Error ->Port in use: 0.0.0.0:8085

2015-01-19 Thread anil gupta
/usr/java/default/bin/java -Dproc_rest -XX:OnOutOfMemoryError=kill -9 %p -Xmx1000m -XX:+UseConcMarkSweepGC -XX:ErrorFile=/var/log/hbase/hs_err_pid%p.log -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -Xloggc:/var/log/hbase/gc.log-201411272023 -Dhbase.log.dir=/var/log/hbase -Dhbase.log.file=

Re: HBase Restful Start Error ->Port in use: 0.0.0.0:8085

2015-01-19 Thread Ted Yu
Can you find out which process owns port 8085 ? If it is REST process, maybe someone has started gateway already ? Cheers > On Jan 19, 2015, at 1:53 AM, anil gupta wrote: > > Hi Ted, > > hbase.rest.info.port = 8085 > We are using HBase0.98.x (HDP 2.1.5) > > Thanks, > Anil > >> On Mon, Jan

Re: HBase Restful Start Error ->Port in use: 0.0.0.0:8085

2015-01-19 Thread anil gupta
Hi Ted, hbase.rest.info.port = 8085 We are using HBase0.98.x (HDP 2.1.5) Thanks, Anil On Mon, Jan 19, 2015 at 1:49 AM, Ted Yu wrote: > What's the value for config 'hbase.rest.info.port' (default 8085) ? > > What hbase release are you using ? > > Cheers > > On Sun, Jan 18, 2015 at 10:47 PM, ani

Re: HBase Restful Start Error ->Port in use: 0.0.0.0:8085

2015-01-19 Thread Ted Yu
What's the value for config 'hbase.rest.info.port' (default 8085) ? What hbase release are you using ? Cheers On Sun, Jan 18, 2015 at 10:47 PM, anil gupta wrote: > Hi, > > We are trying to start HBase startgate on one the node that is running > HBase master. Some rest stuff of HBase has occupi

HBase Restful Start Error ->Port in use: 0.0.0.0:8085

2015-01-18 Thread anil gupta
Hi, We are trying to start HBase startgate on one the node that is running HBase master. Some rest stuff of HBase has occupied port 8085. Can anyone tell me what's going on? We are seeting this error: [r...@truecar.com ~]# hbase rest start -p 18080 -ro 2015-01-16 13:47:16,089 INFO [main] util.V