|
What's the proper way to start mapr-hbase so that the REST (stargate?) interface is enabled, and once I do whatever needs to be done to configure that, what do I need to restart in order for the change to take effect? If this is documented somewhere, please post links -- I couldn't find it. |
|
Mapr at this point does not automatically start REST during Hbase Master and/or RegionServer startup, so it is up to you to start it manually using "/opt/mapr/hbase/hbase-*/bin/hbase-daemon.sh start rest" and manage it. |