Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LIVY-358. Make JettyServer Http request and response header size configurable #329

Merged
merged 2 commits into from
May 12, 2017

Commits on May 12, 2017

  1. Provide Jetty Http Request/Response Header Size Configuration

    Kerberos over http requires larger header sizes than the default,
    or the HTTP Error 413 Request entity too large will be returned.
    This patch increases the default for Livy to 128K and also allows
    this to be configurable.
    Brock Noland authored and jerryshao committed May 12, 2017
    Configuration menu
    Copy the full SHA
    8c9a48e View commit details
    Browse the repository at this point in the history
  2. Change the conf key name

    Change-Id: Id274c8cc60d30e5d778f9c447502b7e7a789a8f0
    jerryshao committed May 12, 2017
    Configuration menu
    Copy the full SHA
    fff004c View commit details
    Browse the repository at this point in the history