[
https://issues.apache.org/jira/browse/STORM-444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14141134#comment-14141134
]
ASF GitHub Bot commented on STORM-444:
--------------------------------------
Github user Parth-Brahmbhatt commented on the pull request:
https://github.com/apache/storm/pull/226#issuecomment-56223221
Ok I got my setup working and I verified two things:
1) The tokens them self are not cached so if you call "obtainAndCacheToken"
it actually returns new tokens and adds it to the user object.
2) I looked at the code for both Hconnector implementation and I was able
to verify that they have an instance variable to store the user object and the
tokens from this user is only used during RPCClient's Connect phase. However
when I asked in hbase's user list if this will be an issue when token's expire
their response was no, because the only time authentication happens is when the
client connects. If the worker code has the same User object that is first
passed to instantiate Hconnector or Htable and keeps updating that user
object's subject with new delegation tokens as they arrive, things will work.
> (Security) Add AutoHDFS like credential fetching for HBase
> ----------------------------------------------------------
>
> Key: STORM-444
> URL: https://issues.apache.org/jira/browse/STORM-444
> Project: Apache Storm (Incubating)
> Issue Type: New Feature
> Reporter: Robert Joseph Evans
>
> This is a lot like STORM-346, but should have support for HBase instead of
> HDFS.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)