Joe McDonnell created IMPALA-11714:
--------------------------------------
Summary: resolve_minidumps.py doesn't work on Ubuntu 16
Key: IMPALA-11714
URL: https://issues.apache.org/jira/browse/IMPALA-11714
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Affects Versions: Impala 4.2.0
Reporter: Joe McDonnell
bin/resolve_minidumps.py uses /bin/env, whereas it should use /usr/bin/env:
{noformat}
#!/bin/env python3
# should be:
#!/usr/bin/env python3{noformat}
Lots of distributions have /bin/env and the script works fine. However, Ubuntu
16 does not have /bin/env, so it fails.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)