HDDS-2144. MR job failing on secure Ozone cluster. (#1466)
This commit is contained in:
parent
53b57fdfa4
commit
f16eb093f7
|
@ -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(",");
|
||||
|
|
Loading…
Reference in New Issue