Andrew Sherman created IMPALA-8689:
--------------------------------------
Summary: test_hive_impala_interop failing with "Timeout >7200s"
Key: IMPALA-8689
URL: https://issues.apache.org/jira/browse/IMPALA-8689
Project: IMPALA
Issue Type: Bug
Affects Versions: Impala 3.3.0
Reporter: Andrew Sherman
Assignee: Abhishek Rawat
I think this is the new test added in IMPALA-8617
{code}
custom_cluster/test_hive_parquet_codec_interop.py:78: in
test_hive_impala_interop
.format(codec, hive_table, impala_table))
common/impala_test_suite.py:871: in run_stmt_in_hive
(stdout, stderr) = call.communicate()
/usr/lib64/python2.7/subprocess.py:800: in communicate
return self._communicate(input)
/usr/lib64/python2.7/subprocess.py:1401: in _communicate
stdout, stderr = self._communicate_with_poll(input)
/usr/lib64/python2.7/subprocess.py:1455: in _communicate_with_poll
ready = poller.poll()
E Failed: Timeout >7200s
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)