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 06:23:00 UTC

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

     [ https://issues.apache.org/jira/browse/IMPALA-11714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe McDonnell reassigned IMPALA-11714:
--------------------------------------

    Assignee: Joe McDonnell

> 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
>            Assignee: Joe McDonnell
>            Priority: Critical
>
> 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