[
https://issues.apache.org/jira/browse/IMPALA-12283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Smith resolved IMPALA-12283.
------------------------------------
Fix Version/s: Impala 4.3.0
Resolution: Fixed
> Remove HIVE_HOME/lib/py from the PYTHONPATH
> -------------------------------------------
>
> Key: IMPALA-12283
> URL: https://issues.apache.org/jira/browse/IMPALA-12283
> Project: IMPALA
> Issue Type: Task
> Components: Infrastructure
> Affects Versions: Impala 4.3.0
> Reporter: Joe McDonnell
> Priority: Minor
> Fix For: Impala 4.3.0
>
>
> bin/set-pythonpath.sh, there is this code:
>
> {noformat}
> # Add Hive after Thrift because Hive supplies its own Thrift modules
> PYTHONPATH=${PYTHONPATH}:${HIVE_HOME}/lib/py{noformat}
> This is very old and we don't seem to need it. We shouldn't be getting python
> modules from Hive. A core job with these lines removed succeeded.
> Let's clean this up and remove this old code.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)