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

This commit is contained in:
tedyu 2015-05-01 13:39:15 -07:00
parent d16c8ab71b
commit 3d722dce55
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,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);