Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 3.1.0
-
None
-
ghx-label-9
Description
The tests seem to run fine, but kill-all.sh is failing with the following weird ImportError,
/data/jenkins/workspace/impala-asf-master-exhaustive-release/repos/Impala/testdata/bin/kill-all.sh 01:40:00 Traceback (most recent call last): 01:40:00 File "/data/jenkins/workspace/impala-asf-master-exhaustive-release/repos/Impala/bin/start-impala-cluster.py", line 33, in <module> 01:40:00 from tests.common.impala_cluster import ImpalaCluster 01:40:00 File "/data/jenkins/workspace/impala-asf-master-exhaustive-release/repos/Impala/tests/common/impala_cluster.py", line 29, in <module> 01:40:00 from tests.common.impala_service import ( 01:40:00 File "/data/jenkins/workspace/impala-asf-master-exhaustive-release/repos/Impala/tests/common/impala_service.py", line 32, in <module> 01:40:00 from thrift.protocol import TBinaryProtocol, TCompactProtocol, TProtocol 01:40:00 ImportError: cannot import name TCompactProtocol
While I'm still digging into the ImportError issue, I think this is caused by https://gerrit.cloudera.org/#/c/12078/.