You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "David Knupp (JIRA)" <ji...@apache.org> on 2018/04/05 03:22:00 UTC

[jira] [Created] (IMPALA-6808) Impala python code should be installed into infra/python/env as packages

David Knupp created IMPALA-6808:
-----------------------------------

             Summary: Impala python code should be installed into infra/python/env as packages
                 Key: IMPALA-6808
                 URL: https://issues.apache.org/jira/browse/IMPALA-6808
             Project: IMPALA
          Issue Type: Improvement
          Components: Clients, Infrastructure
    Affects Versions: Impala 3.0, Impala 2.12.0
            Reporter: David Knupp
            Assignee: David Knupp


Impala/infra/python/env is the environment where necessary upstream python libraries and packages get installed -- e.g., the packages listed in https://github.com/apache/impala/blob/master/infra/python/deps/requirements.txt and other similar files.

Impala's own internal python code (like the impala-shell, or the common test libraries that we rely upon) should be made available the same way -- as actual packages installed into the environment -- rather than resroting to PYTHONPATH/sys.path.append(foo) sleight-of-hand, performed by such as bin/set-pythonpath.sh.





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)