Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-15754][YARN] Not letting the credentials containing hdfs deleg…
…ation tokens to be added in current user credential. ## What changes were proposed in this pull request? The credentials are not added to the credentials of UserGroupInformation.getCurrentUser(). Further if the client has possibility to login using keytab then the updateDelegationToken thread is not started on client. ## How was this patch tested? ran dev/run-tests Author: Subroto Sanyal <[email protected]> Closes #13499 from subrotosanyal/SPARK-15754-save-ugi-from-changing.
- Loading branch information