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. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---