David Knupp has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/15855 )

Change subject: IMPALA-9718: Delete pkg_resources from IMPALA_HOME/shell/
......................................................................

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 <tarmstr...@cloudera.com>
Tested-by: David Knupp <dkn...@cloudera.com>
---
M LICENSE.txt
M shell/make_shell_tarball.sh
D shell/pkg_resources.py
3 files changed, 0 insertions(+), 2,702 deletions(-)

Approvals:
  Tim Armstrong: Looks good to me, approved
  David Knupp: Verified

--
To view, visit http://gerrit.cloudera.org:8080/15855
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I2a06f21177a6fa561478c3dd243d9262deb62db4
Gerrit-Change-Number: 15855
Gerrit-PatchSet: 5
Gerrit-Owner: David Knupp <dkn...@cloudera.com>
Gerrit-Reviewer: David Knupp <dkn...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <tarmstr...@cloudera.com>

Reply via email to