NihalJain commented on PR #5607:
URL: https://github.com/apache/hbase/pull/5607#issuecomment-1880105000
> Built code locally, generated assembly, untarred assembly, started local
hbase instance. Tested Master/RS Web UI, works fine. TODO: Need to test REST
and Thrift web interfaces. Also need to try out a few REST API call to ensure
no regression.
Update:
Have verified following with the current patch (commit 3):
- Build HBase code locally
- Untar assembly
- Start HBase Master local mode and verify following:
- Create a table using shell
- Open master web UI and check all pages load as expected: Procedure,
logs, loglevel, metrics, conf debug dump, process metrics, Open tables page and
ensure it works as expected
- Repeat above step for RS web UI
- Verified no error in logs
- Start HBase REST as daemon and as foreground
- Open REST web UI nd check all pages load as expected
- Perform a GET, a PUT, a DELETE, a POST request and ensure it works
- Verified no error in logs
- Start HBase Thrift as daemon and as foreground
- Open Thrift web UI nd check all pages load as expected
- Run `org.apache.hadoop.hbase.thrift.DemoClient` and ensure no failure
- Verified no error in logs
Please let me know if anything else needs to be checked.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]