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

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

Commit 75d98b4b081df95b58d7388da39bb1ec7c2f4f67 in impala's branch 
refs/heads/master from David Knupp
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=75d98b4 ]

IMPALA-9718: Delete pkg_resources from IMPALA_HOME/shell/

This file was originally copied here in 2013 because it was somehow
not availble on SUSE Linux systems. However, pkg_resources is part
of the stdlib, and should be available now on any system. Just to
sure about that, I tested on a SUSE Linux machine to be sure.

systest@dknupp-sles-test:~> python
Python 2.7.13 (default, Jan 11 2017, 10:56:06) [GCC] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pkg_resources
>>> pkg_resources.__file__
'/usr/lib/python2.7/site-packages/pkg_resources/__init__.pyc'
>>>

This version is now woefully out of date, and has had to be patched a
couple times for bugs. We should get rid of it.

Change-Id: I2a06f21177a6fa561478c3dd243d9262deb62db4
Reviewed-on: http://gerrit.cloudera.org:8080/15855
Reviewed-by: Tim Armstrong <[email protected]>
Tested-by: David Knupp <[email protected]>


> Remove pkg_resources.py from Impala/shell
> -----------------------------------------
>
>                 Key: IMPALA-9718
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9718
>             Project: IMPALA
>          Issue Type: Sub-task
>          Components: Clients
>    Affects Versions: Impala 4.0
>            Reporter: David Knupp
>            Priority: Major
>             Fix For: Impala 4.0
>
>
> pkg_resources is available in the stdlib. There should be no need to bundle 
> it with the shell.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to