[
https://issues.apache.org/jira/browse/IMPALA-7945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe McDonnell resolved IMPALA-7945.
-----------------------------------
Resolution: Fixed
Fix Version/s: Impala 3.2.0
> test_hdfs_timeout.py fails on Centos6/python2.6
> -----------------------------------------------
>
> 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
> Priority: Blocker
> Labels: broken-build
> Fix For: Impala 3.2.0
>
>
> 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)