[ 
https://issues.apache.org/jira/browse/IMPALA-9627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17717831#comment-17717831
 ] 

ASF subversion and git services commented on IMPALA-9627:
---------------------------------------------------------

Commit 5d5f33115523dce3b4e29adfa4e921a027e70c90 in impala's branch 
refs/heads/master from Joe McDonnell
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=5d5f33115 ]

IMPALA-9627 (followup): Use -q for bootstrap_toolchain.py's wget calls

The original fix for IMPALA-9627 removed the local check_output()
function for bin/bootstrap_toolchain.py and replaced it with
subprocess.check_call(). The local check_output() function was
preventing output from the wget call from going to the commandline.
The subprocess.check_call() doesn't do this. Since we don't want
this output anyway, this modifies the wget call to add "-q" to
avoid the extra output.

Testing:
 - Verified the extra output was gone

Change-Id: If5b81f502a73551d269a0379ed0106ba4d3c8363
Reviewed-on: http://gerrit.cloudera.org:8080/19814
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Update Impala utility Python scripts to be Python3 compatible
> -------------------------------------------------------------
>
>                 Key: IMPALA-9627
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9627
>             Project: IMPALA
>          Issue Type: Task
>          Components: Infrastructure
>    Affects Versions: Impala 4.0.0
>            Reporter: Laszlo Gaal
>            Assignee: Michael Smith
>            Priority: Major
>             Fix For: Impala 4.3.0
>
>
> Impala utility Python scripts are the ones that run outside the Impala 
> virtualenv with system Python (not impala-python), except for impala-shell. 
> These scripts should be updated for Python3 to help the project's migration 
> to Python 3 after the retirement of Python 2.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to