mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -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:
@@ -119,6 +119,7 @@ cp ${SHELL_HOME}/option_parser.py ${TARBALL_ROOT}/lib
|
||||
cp ${SHELL_HOME}/impala_shell_config_defaults.py ${TARBALL_ROOT}/lib
|
||||
cp ${SHELL_HOME}/impala_client.py ${TARBALL_ROOT}/lib
|
||||
cp ${SHELL_HOME}/TSSLSocketWithWildcardSAN.py ${TARBALL_ROOT}/lib
|
||||
cp ${SHELL_HOME}/THttpClient.py ${TARBALL_ROOT}/lib
|
||||
cp ${SHELL_HOME}/shell_output.py ${TARBALL_ROOT}/lib
|
||||
cp ${SHELL_HOME}/pkg_resources.py ${TARBALL_ROOT}/lib
|
||||
cp ${SHELL_HOME}/impala-shell ${TARBALL_ROOT}
|
||||
|
||||
Reference in New Issue
Block a user