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)