You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/14 05:53:20 UTC

[jira] [Commented] (STORM-1968) Storm logviewer does not work for nimbus.log in secure cluster

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

ASF GitHub Bot commented on STORM-1968:
---------------------------------------

GitHub user arunmahadevan opened a pull request:

    https://github.com/apache/storm/pull/1563

    [STORM-1968] Storm logviewer does not work for nimbus.log in secure cluster

    logviewer invokes "get-log-user-group-whitelist" which tries to get the worker metadata file by invoking "get-log-metadata-file". In the case of nimbus.log clojure-from-yaml-file  returns nil and the authorization fails.
    
    Modify clojure-from-yaml-file to return an empty map in case of failures so that the authorization can continue.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/arunmahadevan/storm STORM-1968-new

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/1563.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1563
    
----
commit dbbd5c3f9908e7194f7b8391d8a30abab2e3af88
Author: Arun Mahadevan <ar...@apache.org>
Date:   2016-07-14T05:47:04Z

    [STORM-1968] Storm logviewer does not work for nimbus.log in secure cluster
    
    logviewer invokes "get-log-user-group-whitelist" which tries to get the worker metadata file by invoking "get-log-metadata-file". In the case of nimbus.log clojure-from-yaml-file  returns nil and the authorization fails.
    
    Modify clojure-from-yaml-file to return an empty map in case of failures so that the authorization can continue.

----


> Storm logviewer does not work for nimbus.log in secure cluster
> --------------------------------------------------------------
>
>                 Key: STORM-1968
>                 URL: https://issues.apache.org/jira/browse/STORM-1968
>             Project: Apache Storm
>          Issue Type: Bug
>            Reporter: Arun Mahadevan
>            Assignee: Arun Mahadevan
>
> logviewer invokes "get-log-user-group-whitelist" which tries to get the worker metadata file by invoking "get-log-metadata-file". In the case of nimbus.log clojure-from-yaml-file  returns nil and the authorization fails.
> Modify clojure-from-yaml-file to return an empty map in case of failures so that the authorization can continue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)