Github user arunmahadevan commented on a diff in the pull request: https://github.com/apache/storm/pull/2099#discussion_r116669778 --- Diff: external/storm-hive/README.md --- @@ -101,6 +101,80 @@ Hive Trident state also follows similar pattern to HiveBolt it takes in HiveOpti TridentState state = stream.partitionPersist(factory, hiveFields, new HiveUpdater(), new Fields()); ``` + + +##Working with Secure Hive +If your topology is going to interact with secure Hive, your bolts/states needs to be authenticated by Hive Server. We +currently have 2 options to support this: + +### Using keytabs on all worker hosts +If you have distributed the keytab files for hive user on all potential worker hosts then you can use this method. You should specify a --- End diff -- specify a -> specify
--- 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. ---