[
https://issues.apache.org/jira/browse/IMPALA-11909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe McDonnell resolved IMPALA-11909.
------------------------------------
Fix Version/s: Impala 4.4.0
Resolution: Fixed
> bin/jenkins/finalize.sh should use an absolute path for resolve_minidump.py
> ---------------------------------------------------------------------------
>
> Key: IMPALA-11909
> URL: https://issues.apache.org/jira/browse/IMPALA-11909
> Project: IMPALA
> Issue Type: Bug
> Components: Infrastructure
> Affects Versions: Impala 4.3.0
> Reporter: Joe McDonnell
> Assignee: Joe McDonnell
> Priority: Major
> Fix For: Impala 4.4.0
>
>
>
> bin/jenkins/finalize.sh currently calls resolve_minidumps.py via a relative
> path:
> {noformat}
> # Since this is experimental, use it inside an if so that any error code
> doesn't
> # abort this script.
> if ! bin/resolve_minidumps.py --minidump_file ${minidump} \
> --output_file ${minidump}_dumpedv2 ; then
> echo "bin/resolve_minidumps.py failed!"
> else
> {noformat}
> This will fail if finalize.sh is being called from outside $IMPALA_HOME. This
> should use an absolute path with $IMPALA_HOME.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)