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

This commit is contained in:
Kihwal Lee 2016-10-13 08:47:15 -05:00
parent 901eca004d
commit 9454dc5e80

View File

@ -332,7 +332,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