[
https://issues.apache.org/jira/browse/HDDS-1299?focusedWorklogId=217065&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-217065
]
ASF GitHub Bot logged work on HDDS-1299:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Mar/19 23:04
Start Date: 21/Mar/19 23:04
Worklog Time Spent: 10m
Work Description: xiaoyuyao commented on pull request #627: HDDS-1299.
Support TokenIssuer interface for running jobs with OzoneFileSystem.
URL: https://github.com/apache/hadoop/pull/627#discussion_r267989214
##########
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java
##########
@@ -1486,7 +1484,9 @@ private static UserGroupInformation getRemoteUser()
throws IOException {
realUser = new Text(ugi.getRealUser().getUserName());
}
- return delegationTokenMgr.createToken(owner, renewer, realUser);
+ token = delegationTokenMgr.createToken(owner, renewer, realUser);
+ LOG.debug("OmDelegationToken: {} created.", token);
Review comment:
Remove this one and change the trace log to debug log in SecretManager.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 217065)
Time Spent: 4h 40m (was: 4.5h)
> Support TokenIssuer interface for running jobs with OzoneFileSystem
> -------------------------------------------------------------------
>
> Key: HDDS-1299
> URL: https://issues.apache.org/jira/browse/HDDS-1299
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Xiaoyu Yao
> Assignee: Xiaoyu Yao
> Priority: Blocker
> Labels: pull-request-available
> Time Spent: 4h 40m
> Remaining Estimate: 0h
>
> This ticket is opened to add TokenIssuer interface support to OzoneFileSystem
> so that MR and Spark jobs can run with OzoneFileSystem in secure mode.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]