Joe McDonnell created IMPALA-7945:
-------------------------------------
Summary: test_hdfs_timeout.py failes on centos6
Key: IMPALA-7945
URL: https://issues.apache.org/jira/browse/IMPALA-7945
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Affects Versions: Impala 3.2.0
Reporter: Joe McDonnell
Assignee: Joe McDonnell
custom_cluster/test_hdfs_timeout.py uses subprocess.check_output, which does
not exist in python 2.6. This causes the test to fail with:
{noformat}
custom_cluster/test_hdfs_timeout.py:24: in <module>
from subprocess import check_call, check_output
E ImportError: cannot import name check_output{noformat}
This was introduced in my recent code change for IMPALA-7738.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)