[
https://issues.apache.org/jira/browse/HDDS-1299?focusedWorklogId=216991&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-216991
]
ASF GitHub Bot logged work on HDDS-1299:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Mar/19 20:18
Start Date: 21/Mar/19 20:18
Worklog Time Spent: 10m
Work Description: ajayydv commented on pull request #627: HDDS-1299.
Support TokenIssuer interface for running jobs with OzoneFileSystem.
URL: https://github.com/apache/hadoop/pull/627#discussion_r267927555
##########
File path:
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/rpc/RpcClient.java
##########
@@ -452,12 +457,11 @@ public void removeBucketAcls(
Token<OzoneTokenIdentifier> token =
ozoneManagerClient.getDelegationToken(renewer);
if (token != null) {
- Text dtService =
- getOMProxyProvider().getProxy().getDelegationTokenService();
token.setService(dtService);
- LOG.debug("Created token {}", token);
+ LOG.debug("Created token {} for dtService {}", token, dtService);
} else {
- LOG.debug("Cannot get ozone delegation token from {}", renewer);
+ LOG.debug("Cannot get ozone delegation token from {} for service {}",
Review comment:
Shall we rephrase it to something like "Cannot get ozone delegation token
for renwer:{} from service:{}"
----------------------------------------------------------------
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: 216991)
> 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: 2h 20m
> 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]