HBASE-13608 413 Error with Stargate through Knox, using AD, SPNEGO, and Pre-Auth
This commit is contained in:
parent
d16c8ab71b
commit
3d722dce55
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue