Description
Currently you can't configure embedded jetty within HCatalog. Propose to support an xml configuration which Jetty already supports. A new Web-hcat property will be added to specify the configure file location. If the file doesn't exist, falls back to old behavior. If it exists, such configuration will be loaded to configure embedded Jetty server.
Some default parameters for Jetty may not be sufficient for some cases such as request/response buffer size. This improvement allows to make such change.