Joe McDonnell created IMPALA-12283:
--------------------------------------
Summary: 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
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)