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

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

Commit 3b0d6277d5af7ac9749152dd89fe0bbe3a130322 in impala's branch 
refs/heads/master from Peter Rozsa
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=3b0d6277d ]

IMPALA-14215: Fix tarball creation for extra Python versions

make_shell_tarball.sh previously used the system Python to copy the
required packages to each extra python versions. This caused version
mismatches as the compiled modules are not portable between Python
versions. This change modifies the logic to use the cache of the
provided extra version instead of the system Python.

Tests:
 - manually validated that each provided extra Python contains their
   respective compiled dependencies

Change-Id: Iaee9b3a98b73fd1faf1b7c8ba4b388722add6fb4
Reviewed-on: http://gerrit.cloudera.org:8080/23160
Reviewed-by: Michael Smith <[email protected]>
Reviewed-by: Csaba Ringhofer <[email protected]>
Reviewed-by: Joe McDonnell <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> make_shell_tarball.sh uses system python for extra python versions
> ------------------------------------------------------------------
>
>                 Key: IMPALA-14215
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14215
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Clients
>    Affects Versions: Impala 4.5.0
>            Reporter: Peter Rozsa
>            Assignee: Peter Rozsa
>            Priority: Major
>              Labels: impala-shell
>
> impala-shell's make_shell_tarball.sh uses system python for extra versions, 
> the built .so files from modules are always targeting the system python, 
> regardless of the provided extra version



--
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