[ https://issues.apache.org/jira/browse/IMPALA-9826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tamas Mate updated IMPALA-9826: ------------------------------- Target Version: Impala 4.2.0 (was: Impala 4.1.0) > Pass LIBHDFS_OPTS through to the impalads for the docker configuration > ---------------------------------------------------------------------- > > Key: IMPALA-9826 > URL: https://issues.apache.org/jira/browse/IMPALA-9826 > Project: IMPALA > Issue Type: Bug > Components: Infrastructure > Affects Versions: Impala 4.0.0 > Reporter: Joe McDonnell > Assignee: Joe McDonnell > Priority: Major > > In a recent run of ubuntu-16.04-dockerised-tests, an Impalad crashed and I > noticed that it sent its hs_err_pid*.log file to /tmp: > > {noformat} > # An error report file with more information is saved as: > # /tmp/hs_err_pid1.log{noformat} > Ordinarily, this is controlled by setting XX:ErrorFile in LIBHDFS_OPTS: > {noformat} > export LIBHDFS_OPTS="${LIBHDFS_OPTS:-} > -Djava.library.path=${HADOOP_LIB_DIR}/native/" > LIBHDFS_OPTS+=" -XX:ErrorFile=${IMPALA_LOGS_DIR}/hs_err_pid%p.log"{noformat} > It looks like LIBHDFS_OPTS is not getting passed through to the Impalad when > running in docker. We should pass that through, as it will put > hs_err_pid*.log files in a location that is archived by the Jenkins job. > -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org For additional commands, e-mail: issues-all-h...@impala.apache.org