You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2020/06/04 18:30:00 UTC

[jira] [Created] (IMPALA-9826) Pass LIBHDFS_OPTS through to the impalads for the docker configuration

Joe McDonnell created IMPALA-9826:
-------------------------------------

             Summary: 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
            Reporter: Joe McDonnell


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.3.4#803005)