Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.7.0
-
Reviewed
Description
YARN-2971 changes TimelineClient to use the service address from Timeline DT to renew the DT instead of configured address. This break the procedure of submitting an YARN app via REST API in the secure mode.
The problem is that service address is set by the client instead of the server in Java code. REST API response is an encode token Sting, such that it's so inconvenient to deserialize it and set the service address and serialize it again.
Attachments
Attachments
Issue Links
- is broken by
-
YARN-2971 RM uses conf instead of token service address to renew timeline delegation tokens
- Closed
- is related to
-
YARN-3761 Set delegation token service address at the server side
- Open
- relates to
-
HDFS-6904 YARN unable to renew delegation token fetched via webhdfs due to incorrect service port
- Closed