You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/04/05 15:52:00 UTC

[jira] [Commented] (IMPALA-6216) PYTHON_EGG_CACHE used in impala-shell code should be made configurable

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

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

Commit f3f7774d1a6dc41bd3d3a347bec5909d2ec4910f in impala's branch refs/heads/master from Yongzhi Chen
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=f3f7774 ]

IMPALA-6216: Make PYTHON_EGG_CACHE configurable

User can set environment variable PYTHON_EGG_CACHE before call
impala-shell.

Testing:
Run impala-shell with or w/o PYTHON_EGG_CACHE configured

Change-Id: I695b2b31d9045eef1a53268f6516858935aed508
Reviewed-on: http://gerrit.cloudera.org:8080/12911
Tested-by: Impala Public Jenkins <im...@cloudera.com>
Reviewed-by: Bharath Vissapragada <bh...@cloudera.com>


> PYTHON_EGG_CACHE used in impala-shell code should be made configurable
> ----------------------------------------------------------------------
>
>                 Key: IMPALA-6216
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6216
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Mala Chikka Kempanna
>            Assignee: Yongzhi Chen
>            Priority: Major
>
> Reference : https://github.com/cloudera/Impala/blob/f2d414093df3f5c1b65512fa82682308ae33edb2/shell/impala-shell#L40
> This line in impala-shell sets python egg cache to /tmp path.
> {code}
> PYTHON_EGG_CACHE=/tmp/impala-shell-python-egg-cache-${USER}
> {code}
> Not all users want to give exec permission on /tmp directory for security reasons.
> Hence, please make this configurable.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org