mirror of
https://github.com/apache/impala.git
synced 2026-01-05 21:00:54 -05:00
IMPALA-9414 (part 1): Copy THttpClient from Thrift into Impala
This is a prelimary patch that simply copies THttpClient.py from Thrift master into Impala, changes imports as appropriate, and adjusts the formatting from 4 spaces to 2 spaces. This is to allow us to make modifications to THttpClient in future patches. There are no functional changes in this patch. Change-Id: I2662f1d4d455120442ef7c0c198685c07207aeed Reviewed-on: http://gerrit.cloudera.org:8080/15283 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Reviewed-by: David Knupp <dknupp@cloudera.com> Tested-by: Thomas Tauber-Marshall <tmarshall@cloudera.com>
This commit is contained in:
@@ -55,6 +55,7 @@ assemble_package_files() {
|
||||
cp "${SHELL_HOME}/shell_output.py" "${MODULE_LIB_DIR}"
|
||||
cp "${SHELL_HOME}/impala_shell_config_defaults.py" "${MODULE_LIB_DIR}"
|
||||
cp "${SHELL_HOME}/TSSLSocketWithWildcardSAN.py" "${MODULE_LIB_DIR}"
|
||||
cp "${SHELL_HOME}/THttpClient.py" "${MODULE_LIB_DIR}"
|
||||
|
||||
cp "${SHELL_HOME}/packaging/README.md" "${PACKAGE_DIR}"
|
||||
cp "${SHELL_HOME}/packaging/MANIFEST.in" "${PACKAGE_DIR}"
|
||||
|
||||
Reference in New Issue
Block a user