You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2022/11/09 00:35:00 UTC

[jira] [Created] (IMPALA-11714) resolve_minidumps.py doesn't work on Ubuntu 16

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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org