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:19:00 UTC

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

     [ https://issues.apache.org/jira/browse/IMPALA-12188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe McDonnell reassigned IMPALA-12188:
--------------------------------------

    Assignee: Joe McDonnell

> 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
>            Assignee: Joe McDonnell
>            Priority: Major
>
> 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