Created 12-11-2018 10:09 AM
RestException: Table 'user_settings' was not found, got: hbase:namespace
I got this error when login into the alert ui metron interface
Created 12-11-2018 10:52 AM
Are you using Ambari? Or have you installed Metron manually?
If you are using Ambari, it would try to create the table upon every restart if it didn't exist. If that doesn't happen you might have a permissions problem. You can check the HBase access audit logs if you run into this.
Created on 12-11-2018 11:13 AM - edited 08-17-2019 03:50 PM
Thank you for your respond. Yes, I'm using ambari. i already create the metronrest database and check the HBase audit log, I did not see any permission problem. The picture below shows the API from Swagger UI.
edited :
it was HBase table problem at all. Need to manually create table user_settings on HBase shell.
btw the hcp version i used was 1.6.0 and on Centos 7 single node, maybe the latest version does not have tis problem.
Thank you again @Stefan Kupstaitis-Dunkler.
Created 12-13-2018 05:06 PM
@Amirul, can you describe your environment more? Metron version? how did you deploy?
Typically the 'user_settings' table is automatically created during deploy time.
Created 12-18-2018 01:04 PM
Hello sir,
I installed metron with hcp mpack with ambari. The metron version 0.5.0. The installation on bare metal with centos 7.
Yes, the 'user_settings' is automatically created, maybe i have some problem with my installation.