Hbase Rest start service not working

[rknagar082039@cxln4 ~]$ hbase rest start -p 4042
Java HotSpot™ 64-Bit Server VM warning: Cannot open file /var/log/hbase/gc.log-201910171905 due to Permission denied

I tried many other ports but nothing works.
Please help.

I just tried this now. It seems that it is always trying to open 8085 no matter what port we provide in command line argument. And 8085 is busy already.

It used to work fine as far as I remember. Let me check their documentation.

Actually, it starts something called infoport too. This works fine:

hbase rest start --infoport 4088 -p 4089

Then I was able to open http://e.cloudxlab.com:4088 and http://e.cloudxlab.com:4089 in browser.

[quote=“sgiri, post:2, topic:3021”]
It used to work fine as far as I remember. Let me check their documen
[/quote]T
Thanks Giri. I tried 8085 but seems not working for me.

Please try the following: