Hi All,
I have a little HBase cluster and a REST server which sends data to the HBase cluster.
However, it is now sending data by: /hbase-unsecure.
How could I enable the HBase cluster security by using /hbase-secure.
All data will be handled over by the REST server, how to enable HBase security only accept the data which has been sent from the REST server.
The REST server send SQL command to apache phoenix and apache phoenix insert data into HBase.
I just want a very basic username and password authentication.
Thanks,
Bin Ye