IMPALA-4339: ensure coredumps end up in IMPALA_HOME Change-Id: Ibc34d152139653374f940dc3edbca08e749bf55e Reviewed-on: http://gerrit.cloudera.org:8080/4785 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Internal Jenkins
Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/a6257013 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/a6257013 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/a6257013 Branch: refs/heads/master Commit: a6257013fad4d9bd0fcdef805b189a2cc666057a Parents: 99ed6dc Author: Tim Armstrong <[email protected]> Authored: Fri Oct 21 15:06:12 2016 -0700 Committer: Internal Jenkins <[email protected]> Committed: Tue Oct 25 04:17:58 2016 +0000 ---------------------------------------------------------------------- buildall.sh | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/a6257013/buildall.sh ---------------------------------------------------------------------- diff --git a/buildall.sh b/buildall.sh index d7159e7..d830ae3 100755 --- a/buildall.sh +++ b/buildall.sh @@ -39,6 +39,9 @@ if ! . "$ROOT"/bin/impala-config.sh; then exit 1 fi +# Change to IMPALA_HOME so that coredumps, etc end up in IMPALA_HOME. +cd "${IMPALA_HOME}" + # Defaults that are only changable via the commandline. CLEAN_ACTION=1 TESTDATA_ACTION=0
