Github user justinleet commented on the issue: https://github.com/apache/incubator-metron/pull/518 So coming back to the AutoTGT discussion and making it easier to see. There's basically two approaches we can takes that (should) work. 1. The current use of AutoTGT. This requires setting up .storm/storm.yaml for the Storm nodes, and users will have to do the same. 2. The AutoHDFS / AutoHBase solution mentioned by @dlyle65535. This requires symlinking some jars and configs to make them available to Storm. Should only be necessary for Nimbuses, but it does mean that HDFS/HBase upgrades can make the symlinks stale. Either solution requires Ambari acting on a different node (potentially) than the one running the scripts. I don't know if Ambari has any resources for handling that sort of things. It could potentially be a command over ssh to another node, but presumably that requires passwordless ssh setup or someone to manually create the symlinks (which may be acceptable for this pass). I'm fairly strongly inclined towards the second one, primarily because it requires less effort on the users part. Ambari work is fairly similar either way.
--- 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. ---