HDFS-11000. webhdfs PUT does not work if requests are routed to call queue. Contributed by Kihwal Lee.

(cherry picked from commit 9454dc5e80)
This commit is contained in:
Kihwal Lee 2016-10-13 08:48:33 -05:00
parent 43cf0b2973
commit a6197c1fa8
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ private URI redirectURI(final NameNode namenode,
} else {
//generate a token
final Token<? extends TokenIdentifier> t = generateDelegationToken(
namenode, ugi, userPrincipal.getName());
namenode, ugi, null);
delegationQuery = "&" + new DelegationParam(t.encodeToUrlString());
}
final String query = op.toQueryString() + delegationQuery