[
https://issues.apache.org/jira/browse/IMPALA-11714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17630771#comment-17630771
]
ASF subversion and git services commented on IMPALA-11714:
----------------------------------------------------------
Commit 4bc86ac638fb85deda317b9b1dfd1f574fa0553b in impala's branch
refs/heads/master from Joe McDonnell
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=4bc86ac63 ]
IMPALA-11714: Fix resolve_minidumps.py on Ubuntu 16
resolve_minidumps.py uses /bin/env. Some distributions
support that, but that path does not exist on Ubuntu 16.
This switches to use /usr/bin/env, which is available
everywhere.
Change-Id: Iecde8713bc141f2a15babf3886848eacad8910aa
Reviewed-on: http://gerrit.cloudera.org:8080/19225
Reviewed-by: Michael Smith <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> 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
> 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: [email protected]
For additional commands, e-mail: [email protected]