Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.9.0
-
None
-
ghx-label-4
Description
When running the stress test against an SSL'd Impala cluster, if the cluster has self-signed certificates the KerberosClient and requests library we use to query the Impala Web interface will fail. To get around that, I've set verify=False for the request Session. However, requests seems to support a CA bundle. If we can find a way to automate grabbing this CA bundle, we can try to remove verify=False here and use the bundle instead.