HDFS-12710. HTTPFS HTTP max header size env variable is not respected in branch-2. Contributed by Istvan Fajth.

This commit is contained in:
John Zhuge 2017-10-26 17:41:53 -07:00
parent 46783158f8
commit 952aa3f168

View File

@ -67,6 +67,8 @@ if [[ "${1}" = "start" || "${1}" = "run" ]]; then
catalina_set_property "httpfs.admin.port" "${HTTPFS_ADMIN_PORT}"
catalina_set_property "httpfs.http.port" "${HTTPFS_HTTP_PORT}"
catalina_set_property "httpfs.http.hostname" "${HTTPFS_HTTP_HOSTNAME}"
catalina_set_property "httpfs.max.http.header.size" \
"${HTTPFS_MAX_HTTP_HEADER_SIZE}"
catalina_set_property "httpfs.ssl.enabled" "${HTTPFS_SSL_ENABLED}"
catalina_set_property "httpfs.ssl.client.auth" "${HTTPFS_SSL_CLIENT_AUTH}"
catalina_set_property "httpfs.ssl.enabled.protocols" \