You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/20 20:44:00 UTC

[jira] [Commented] (METRON-1145) Profiler mpack does not create kafka acl and hbase acls correctly in kerberized cluster

    [ https://issues.apache.org/jira/browse/METRON-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16173798#comment-16173798 ] 

ASF GitHub Bot commented on METRON-1145:
----------------------------------------

Github user nickwallen commented on a diff in the pull request:

    https://github.com/apache/metron/pull/726#discussion_r140087395
  
    --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/profiler_master.py ---
    @@ -59,6 +60,9 @@ def configure(self, env, upgrade_type=None, config_dir=None):
                 commands.create_hbase_tables()
             if params.security_enabled and not commands.is_hbase_acl_configured():
                 commands.set_hbase_acls()
    --- End diff --
    
    Is there a reason that we do not call `commands.set_hbase_acl_configured()` here?


> Profiler mpack does not create kafka acl and hbase acls correctly in kerberized cluster
> ---------------------------------------------------------------------------------------
>
>                 Key: METRON-1145
>                 URL: https://issues.apache.org/jira/browse/METRON-1145
>             Project: Metron
>          Issue Type: Bug
>            Reporter: Casey Stella
>            Assignee: Casey Stella
>             Fix For: 0.4.1
>
>
> Title says it all.  The management pack will not start the profiler in a kerberized cluster due to us not setting the acls correctly for the hbase tables and kafka group acls.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)