HDDS-2144. MR job failing on secure Ozone cluster. (#1466)

This commit is contained in:
Bharat Viswanadham 2019-09-18 13:27:08 -07:00 committed by GitHub
parent 53b57fdfa4
commit f16eb093f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -194,7 +194,8 @@ public class OMFailoverProxyProvider implements
omProxyInfos.entrySet()) {
count++;
rpcAddress =
rpcAddress.append(omProxyInfoSet.getValue().toString());
rpcAddress.append(
omProxyInfoSet.getValue().getDelegationTokenService());
if (omProxyInfos.size() != count) {
rpcAddress.append(",");