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

[jira] [Created] (IMPALA-12188) Various build / utility scripts source bin/impala-config.sh without redirecting output

Joe McDonnell created IMPALA-12188:
--------------------------------------

             Summary: Various build / utility scripts source bin/impala-config.sh without redirecting output
                 Key: IMPALA-12188
                 URL: https://issues.apache.org/jira/browse/IMPALA-12188
             Project: IMPALA
          Issue Type: Improvement
          Components: Infrastructure
    Affects Versions: Impala 4.3.0
            Reporter: Joe McDonnell


bin/impala-config.sh is crucial for setting a bunch of environment variables, but it also prints a bunch of output for the environment variables. Several scripts source bin/impala-config.sh because they need the environment variables, but then they don't redirect the output to /dev/null. We should crack down on that, because it is redundant output on the console.

Here is a list of locations that don't redirect:
{noformat}
testdata/bin/run-ranger-server.sh
bin/create_testdata.sh
bin/init-impala-python.sh
bin/run-cpplint.sh
bin/gen-cscope.sh{noformat}
There may be other locations.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org