You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Mohan Venkateshaiah (Jira)" <ji...@apache.org> on 2019/10/30 13:22:00 UTC

[jira] [Created] (METRON-2305) provide hbase acl to metron before altering enrichment table and adding coprocessor

Mohan Venkateshaiah created METRON-2305:
-------------------------------------------

             Summary: provide hbase acl to metron before altering enrichment table and adding coprocessor
                 Key: METRON-2305
                 URL: https://issues.apache.org/jira/browse/METRON-2305
             Project: Metron
          Issue Type: Bug
            Reporter: Mohan Venkateshaiah
            Assignee: Mohan Venkateshaiah


metron enrichment topology fails to star on pre kerberized cluster with insufficent permission to load the hbase coprocessor,  

{code:java}
2019-10-30 12:18:29,579 - Loading HBase coprocessor for enrichments
2019-10-30 12:18:29,580 - See https://hbase.apache.org/2.0/book.html#load_coprocessor_in_shell for more detail
2019-10-30 12:18:29,580 - HBase coprocessor setup - first disabling the enrichments HBase table.
2019-10-30 12:18:29,580 - Executing command echo "disable 'enrichment'" | hbase shell -n
2019-10-30 12:18:29,580 - Execute['echo "disable 'enrichment'" | hbase shell -n'] {'logoutput': True, 'tries': 1, 'user': 'metron'}
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/usr/hdp/3.1.4.0-315/phoenix/phoenix-5.0.0.3.1.4.0-315-server.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/hdp/3.1.4.0-315/hadoop/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
Took 1.4908 secondsERROR RuntimeError: org.apache.hadoop.hbase.security.AccessDeniedException: Insufficient permissions (user=metron@HWX.SITE, scope=default:enrichment, params=[table=default:enrichment],action=CREATE)
2019-10-30 12:18:38,833 - Skipping stack-select on METRON because it does not exist in the stack-select package structure.
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)