- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
HBase Thrift - configuring port
- Labels:
-
Apache HBase
Created ‎01-29-2016 09:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I change the default port for running HBase thrift server?
Created ‎01-29-2016 09:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hbase-daemon.sh start thrift --infoport 9095 -p 9090
Created ‎01-29-2016 09:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In hbase-site.xml, set 'hbase.regionserver.thrift.port' for Thrift 1 or 'hbase.thrift.info.port' for Thrift 2
Created ‎01-29-2016 09:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hbase-daemon.sh start thrift --infoport 9095 -p 9090
Created ‎02-23-2017 07:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to check the status if its is already running? @Josh Elser @Vedant Jain
Created ‎02-23-2017 07:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use `ps` https://linux.die.net/man/1/ps
