HBASE-13608 413 Error with Stargate through Knox, using AD, SPNEGO, and Pre-Auth

This commit is contained in:
tedyu 2015-05-01 13:40:26 -07:00
parent 9925e6df39
commit 8bffd45bd5
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ public class RESTServer implements Constants {
}
connector.setPort(servlet.getConfiguration().getInt("hbase.rest.port", 8080));
connector.setHost(servlet.getConfiguration().get("hbase.rest.host", "0.0.0.0"));
connector.setHeaderBufferSize(8192);
server.addConnector(connector);