[
https://issues.apache.org/jira/browse/HDDS-1183?focusedWorklogId=206257&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-206257
]
ASF GitHub Bot logged work on HDDS-1183:
----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Mar/19 06:00
Start Date: 01/Mar/19 06:00
Worklog Time Spent: 10m
Work Description: xiaoyuyao commented on pull request #526: HDDS-1183.
Override getDelegationToken API for OzoneFileSystem. Contr…
URL: https://github.com/apache/hadoop/pull/526#discussion_r261487247
##########
File path:
hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OzoneFileSystem.java
##########
@@ -669,6 +676,12 @@ public Path getWorkingDirectory() {
return workingDir;
}
+ @Override
+ public Token<?> getDelegationToken(String renewer) throws IOException {
+ return securityEnabled? adapter.getDelegationToken(renewer) :
+ super.getDelegationToken(renewer);
Review comment:
This will be added after HDDS-134.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 206257)
Time Spent: 1h (was: 50m)
> Override getDelegationToken API for OzoneFileSystem
> ---------------------------------------------------
>
> Key: HDDS-1183
> URL: https://issues.apache.org/jira/browse/HDDS-1183
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Xiaoyu Yao
> Assignee: Xiaoyu Yao
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h
> Remaining Estimate: 0h
>
> This includes addDelegationToken/renewDelegationToken/cancelDelegationToken
> so that MR jobs can collect tokens correctly upon job submission time.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]