[ https://issues.apache.org/jira/browse/TWILL-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15943744#comment-15943744 ]
ASF GitHub Bot commented on TWILL-194: -------------------------------------- GitHub user chtyim opened a pull request: https://github.com/apache/twill/pull/43 (TWILL-194) Acquires KMS delegation token correctly - This is to workaround HDFS-10296 that if FileContext object is used to acquire delegation token, the KMS delegation token is not included You can merge this pull request into a Git repository by running: $ git pull https://github.com/chtyim/twill feature/TWILL-194 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/twill/pull/43.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #43 ---- commit d37d8af52803979acec0704e6324a8d7fe22da2c Author: Terence Yim <cht...@apache.org> Date: 2017-03-27T17:58:54Z (TWILL-194) Acquires KMS delegation token correctly - This is to workaround HDFS-10296 that if FileContext object is used to acquire delegation token, the KMS delegation token is not included ---- > KMS delegation token is not included if the FileContextLocationFactory is ued > ----------------------------------------------------------------------------- > > Key: TWILL-194 > URL: https://issues.apache.org/jira/browse/TWILL-194 > Project: Apache Twill > Issue Type: Bug > Components: yarn > Affects Versions: 0.7.0-incubating, 0.8.0 > Reporter: Terence Yim > > It is caused by HDFS-10296 and Twill can provide a workaround for that by > acquiring the KMS delegation token explicitly when the > FileContextLocationFactory is used. -- This message was sent by Atlassian JIRA (v6.3.15#6346)