[ https://issues.apache.org/jira/browse/HADOOP-6325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768867#action_12768867 ]
Owen O'Malley commented on HADOOP-6325: --------------------------------------- The intent is to have a key-value store for security credentials. It is the equivalent of a secure job configuration. It needs to be passable over RPC and therefore should be implemented as a writable. I don't see a good way (or justification) to use the KeyStore. They will only be stored in the JobTracker's system directory and so they don't need to be encrypted themselves. > need security keys storage solution > ----------------------------------- > > Key: HADOOP-6325 > URL: https://issues.apache.org/jira/browse/HADOOP-6325 > Project: Hadoop Common > Issue Type: New Feature > Reporter: Boris Shkolnik > Assignee: Boris Shkolnik > Attachments: HADOOP-6325.patch > > > set, get, store, load security keys > key alias - byte[] > key value - byte[] > store/load from DataInput/Output stream -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.