Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

HBase Thrift - configuring port

avatar
Guru

How can I change the default port for running HBase thrift server?

1 ACCEPTED SOLUTION

avatar
Guru

hbase-daemon.sh start thrift --infoport 9095 -p 9090

View solution in original post

4 REPLIES 4

avatar
Super Guru

In hbase-site.xml, set 'hbase.regionserver.thrift.port' for Thrift 1 or 'hbase.thrift.info.port' for Thrift 2

avatar
Guru

hbase-daemon.sh start thrift --infoport 9095 -p 9090

avatar
New Member

how to check the status if its is already running? @Josh Elser @Vedant Jain

avatar
Super Guru