You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Joe McDonnell (Code Review)" <ge...@cloudera.org> on 2020/05/07 20:13:28 UTC

[Impala-ASF-CR] Revert "IMPALA-9718: Delete pkg resources from IMPALA HOME/shell/"

Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15881


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

Revert "IMPALA-9718: Delete pkg_resources from IMPALA_HOME/shell/"

The fix for IMPALA-9718 introduced test failures on Centos 7.
See IMPALA-9735.

This reverts commit 75d98b4b081df95b58d7388da39bb1ec7c2f4f67.

Change-Id: Id09c55435f432a8626a45079f58860d6e27ac55e
---
M LICENSE.txt
M shell/make_shell_tarball.sh
A shell/pkg_resources.py
3 files changed, 2,702 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/81/15881/1
-- 
To view, visit http://gerrit.cloudera.org:8080/15881
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id09c55435f432a8626a45079f58860d6e27ac55e
Gerrit-Change-Number: 15881
Gerrit-PatchSet: 1
Gerrit-Owner: Joe McDonnell <jo...@cloudera.com>

[Impala-ASF-CR] Revert "IMPALA-9718: Delete pkg resources from IMPALA HOME/shell/"

Posted by "Joe McDonnell (Code Review)" <ge...@cloudera.org>.
Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15881 )

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

Revert "IMPALA-9718: Delete pkg_resources from IMPALA_HOME/shell/"

The fix for IMPALA-9718 introduced test failures on Centos 7.
See IMPALA-9735.

This reverts commit 75d98b4b081df95b58d7388da39bb1ec7c2f4f67.

Change-Id: Id09c55435f432a8626a45079f58860d6e27ac55e
Reviewed-on: http://gerrit.cloudera.org:8080/15881
Reviewed-by: Tim Armstrong <ta...@cloudera.com>
Tested-by: Joe McDonnell <jo...@cloudera.com>
---
M LICENSE.txt
M shell/make_shell_tarball.sh
A shell/pkg_resources.py
3 files changed, 2,702 insertions(+), 0 deletions(-)

Approvals:
  Tim Armstrong: Looks good to me, approved
  Joe McDonnell: Verified

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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Id09c55435f432a8626a45079f58860d6e27ac55e
Gerrit-Change-Number: 15881
Gerrit-PatchSet: 2
Gerrit-Owner: Joe McDonnell <jo...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Joe McDonnell <jo...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <ta...@cloudera.com>

[Impala-ASF-CR] Revert "IMPALA-9718: Delete pkg resources from IMPALA HOME/shell/"

Posted by "Impala Public Jenkins (Code Review)" <ge...@cloudera.org>.
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/15881 )

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


Patch Set 1:

(443 comments)

http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py
File shell/pkg_resources.py:

http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@23
PS1, Line 23: import sys, os, zipimport, time, re, imp, types
flake8: E402 module level import not at top of file


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@23
PS1, Line 23: ,
flake8: E401 multiple imports on one line


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@24
PS1, Line 24: from urlparse import urlparse, urlunparse
flake8: E402 module level import not at top of file


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@32
PS1, Line 32: from os import utime
flake8: E402 module level import not at top of file


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@40
PS1, Line 40: from os import open as os_open
flake8: E402 module level import not at top of file


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@41
PS1, Line 41: from os.path import isdir, split
flake8: E402 module level import not at top of file


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@52
PS1, Line 52: def _bypass_ensure_directory(name, mode=0777):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@68
PS1, Line 68: def get_supported_platform():
flake8: E303 too many blank lines (8)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@81
PS1, Line 81: ;
flake8: E702 multiple statements on one line (semicolon)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@109
PS1, Line 109: __all__ = [
flake8: E303 too many blank lines (21)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@109
PS1, Line 109: __all__ = [
flake8: F822 undefined name u'set_extraction_path' in __all__


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@109
PS1, Line 109: __all__ = [
flake8: F822 undefined name u'resource_string' in __all__


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@109
PS1, Line 109: __all__ = [
flake8: F822 undefined name u'resource_filename' in __all__


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@109
PS1, Line 109: __all__ = [
flake8: F822 undefined name u'resource_isdir' in __all__


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@109
PS1, Line 109: __all__ = [
flake8: F822 undefined name u'cleanup_resources' in __all__


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@109
PS1, Line 109: __all__ = [
flake8: F822 undefined name u'resource_stream' in __all__


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@109
PS1, Line 109: __all__ = [
flake8: F822 undefined name u'resource_listdir' in __all__


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@109
PS1, Line 109: __all__ = [
flake8: F822 undefined name u'resource_exists' in __all__


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@111
PS1, Line 111:  
flake8: E241 multiple spaces after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@126
PS1, Line 126: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@126
PS1, Line 126: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@126
PS1, Line 126: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@150
PS1, Line 150: class ResolutionError(Exception):
flake8: E302 expected 2 blank lines, found 0


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@153
PS1, Line 153: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@155
PS1, Line 155: class VersionConflict(ResolutionError):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@158
PS1, Line 158: class DistributionNotFound(ResolutionError):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@161
PS1, Line 161: class UnknownExtra(ResolutionError):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@163
PS1, Line 163: _provider_factories = {}
flake8: E305 expected 2 blank lines after class or function definition, found 0


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@166
PS1, Line 166:  
flake8: E221 multiple spaces before operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@172
PS1, Line 172: def register_loader_type(loader_type, provider_factory):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@181
PS1, Line 181: def get_provider(moduleOrReq):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@183
PS1, Line 183: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@193
PS1, Line 193: def _macosx_vers(_cache=[]):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@210
PS1, Line 210: def _macosx_arch(machine):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@211
PS1, Line 211: :
flake8: E231 missing whitespace after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@211
PS1, Line 211: :
flake8: E231 missing whitespace after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@211
PS1, Line 211: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@213
PS1, Line 213: def get_build_platform():
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@237
PS1, Line 237: macosVersionString = re.compile(r"macosx-(\d+)\.(\d+)-(.*)")
flake8: E305 expected 2 blank lines after class or function definition, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@241
PS1, Line 241: def compatible_platforms(provided,required):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@241
PS1, Line 241: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@248
PS1, Line 248: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@268
PS1, Line 268: #
flake8: E265 block comment should start with '# '


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@269
PS1, Line 269: #
flake8: E265 block comment should start with '# '


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@282
PS1, Line 282: #
flake8: E303 too many blank lines (3)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@300
PS1, Line 300: run_main = run_script   # backward compatibility
flake8: E305 expected 2 blank lines after class or function definition, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@302
PS1, Line 302: def get_distribution(dist):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@304
PS1, Line 304: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@305
PS1, Line 305: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@306
PS1, Line 306: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@310
PS1, Line 310: def load_entry_point(dist, group, name):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@314
PS1, Line 314: def get_entry_map(dist, group=None):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@318
PS1, Line 318: def get_entry_info(dist, group, name):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@355
PS1, Line 355: class IResourceProvider(IMetadataProvider):
flake8: E303 too many blank lines (10)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@396
PS1, Line 396: class WorkingSet(object):
flake8: E303 too many blank lines (15)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@413
PS1, Line 413: d
flake8: E303 too many blank lines (2)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@429
PS1, Line 429: d
flake8: E303 too many blank lines (2)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@429
PS1, Line 429: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@437
PS1, Line 437: d
flake8: E303 too many blank lines (5)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@449
PS1, Line 449: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@478
PS1, Line 478: d
flake8: E303 too many blank lines (3)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@488
PS1, Line 488: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@507
PS1, Line 507: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@508
PS1, Line 508: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@553
PS1, Line 553: #
flake8: E265 block comment should start with '# '


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@555
PS1, Line 555: #
flake8: E265 block comment should start with '# '


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@563
PS1, Line 563: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@563
PS1, Line 563:  
flake8: E261 at least two spaces before inline comment


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@571
PS1, Line 571: )
flake8: E124 closing bracket does not match visual indentation


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@651
PS1, Line 651: d
flake8: E303 too many blank lines (5)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@669
PS1, Line 669: d
flake8: E303 too many blank lines (2)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@678
PS1, Line 678: d
flake8: E303 too many blank lines (2)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@692
PS1, Line 692: class Environment(object):
flake8: E303 too many blank lines (11)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@695
PS1, Line 695: R
flake8: E501 line too long (93 > 90 characters)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@726
PS1, Line 726: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@727
PS1, Line 727: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@748
PS1, Line 748: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@764
PS1, Line 764: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@767
PS1, Line 767: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@774
PS1, Line 774: d
flake8: E303 too many blank lines (2)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@793
PS1, Line 793:  
flake8: E261 at least two spaces before inline comment


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@815
PS1, Line 815: d
flake8: E303 too many blank lines (4)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@817
PS1, Line 817: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@819
PS1, Line 819: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@856
PS1, Line 856: class ResourceManager:
flake8: E303 too many blank lines (4)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@917
PS1, Line 917:  
flake8: E221 multiple spaces before operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@919
PS1, Line 919:  
flake8: E221 multiple spaces before operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@920
PS1, Line 920:  
flake8: E221 multiple spaces before operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@938
PS1, Line 938: d
flake8: E303 too many blank lines (15)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@952
PS1, Line 952: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@955
PS1, Line 955: e
flake8: E722 do not use bare except'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@979
PS1, Line 979: d
flake8: E303 too many blank lines (19)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1020
PS1, Line 1020: d
flake8: E303 too many blank lines (22)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1061
PS1, Line 1061: def get_default_cache():
flake8: E303 too many blank lines (3)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1073
PS1, Line 1073: !
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1080
PS1, Line 1080: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1095
PS1, Line 1095: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1102
PS1, Line 1102: def safe_name(name):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1116
PS1, Line 1116: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1134
PS1, Line 1134: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1143
PS1, Line 1143: class NullProvider:
flake8: E303 too many blank lines (8)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1167
PS1, Line 1167: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1173
PS1, Line 1173: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1178
PS1, Line 1178: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1183
PS1, Line 1183: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1186
PS1, Line 1186: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1187
PS1, Line 1187: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1190
PS1, Line 1190: d
flake8: E303 too many blank lines (2)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1190
PS1, Line 1190: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1191
PS1, Line 1191: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1193
PS1, Line 1193: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1195
PS1, Line 1195: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1198
PS1, Line 1198: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1198
PS1, Line 1198: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1199
PS1, Line 1199: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1202
PS1, Line 1202: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1203
PS1, Line 1203: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1204
PS1, Line 1204: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1213
PS1, Line 1213: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1213
PS1, Line 1213: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1243
PS1, Line 1243: register_loader_type(object, NullProvider)
flake8: E305 expected 2 blank lines after class or function definition, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1249
PS1, Line 1249: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1250
PS1, Line 1250: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1258
PS1, Line 1258: !
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1272
PS1, Line 1272: class DefaultProvider(EggProvider):
flake8: E303 too many blank lines (6)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1278
PS1, Line 1278: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1281
PS1, Line 1281: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1294
PS1, Line 1294: register_loader_type(type(None), DefaultProvider)
flake8: E305 expected 2 blank lines after class or function definition, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1300
PS1, Line 1300: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1301
PS1, Line 1301: _
flake8: E731 do not assign a lambda expression, use a def


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1301
PS1, Line 1301:  
flake8: E221 multiple spaces before operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1301
PS1, Line 1301: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1302
PS1, Line 1302: _
flake8: E731 do not assign a lambda expression, use a def


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1302
PS1, Line 1302:  
flake8: E221 multiple spaces before operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1302
PS1, Line 1302: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1303
PS1, Line 1303:  
flake8: E221 multiple spaces before operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1308
PS1, Line 1308: empty_provider = EmptyProvider()
flake8: E305 expected 2 blank lines after class or function definition, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1313
PS1, Line 1313: class ZipProvider(EggProvider):
flake8: E303 too many blank lines (4)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1319
PS1, Line 1319: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1321
PS1, Line 1321: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1329
PS1, Line 1329: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1332
PS1, Line 1332: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1334
PS1, Line 1334: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1335
PS1, Line 1335: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1336
PS1, Line 1336: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1338
PS1, Line 1338: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1364
PS1, Line 1364: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1364
PS1, Line 1364: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1366
PS1, Line 1366: >
flake8: E227 missing whitespace around bitwise or shift operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1366
PS1, Line 1366: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1366
PS1, Line 1366: >
flake8: E227 missing whitespace around bitwise or shift operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1366
PS1, Line 1366: &
flake8: E227 missing whitespace around bitwise or shift operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1366
PS1, Line 1366: &
flake8: E227 missing whitespace around bitwise or shift operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1367
PS1, Line 1367: &
flake8: E227 missing whitespace around bitwise or shift operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1367
PS1, Line 1367: >
flake8: E227 missing whitespace around bitwise or shift operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1367
PS1, Line 1367: >
flake8: E227 missing whitespace around bitwise or shift operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1367
PS1, Line 1367: &
flake8: E227 missing whitespace around bitwise or shift operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1367
PS1, Line 1367: &
flake8: E227 missing whitespace around bitwise or shift operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1382
PS1, Line 1382: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1382
PS1, Line 1382: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1389
PS1, Line 1389: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1399
PS1, Line 1399: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1399
PS1, Line 1399: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1403
PS1, Line 1403: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1444
PS1, Line 1444: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1447
PS1, Line 1447: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1450
PS1, Line 1450: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1451
PS1, Line 1451: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1453
PS1, Line 1453: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1454
PS1, Line 1454: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1456
PS1, Line 1456: register_loader_type(zipimport.zipimporter, ZipProvider)
flake8: E305 expected 2 blank lines after class or function definition, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1481
PS1, Line 1481: class FileMetadata(EmptyProvider):
flake8: E303 too many blank lines (24)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1493
PS1, Line 1493: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1496
PS1, Line 1496: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1497
PS1, Line 1497: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1499
PS1, Line 1499: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1500
PS1, Line 1500: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1501
PS1, Line 1501: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1507
PS1, Line 1507: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1525
PS1, Line 1525: class PathMetadata(DefaultProvider):
flake8: E303 too many blank lines (16)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1557
PS1, Line 1557: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1584
PS1, Line 1584: I
flake8: F821 undefined name 'ImpLoader'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1607
PS1, Line 1607: def get_importer(path_item):
flake8: E303 too many blank lines (4)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1627
PS1, Line 1627: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1635
PS1, Line 1635: try:
flake8: E305 expected 2 blank lines after class or function definition, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1636
PS1, Line 1636: f
flake8: F811 redefinition of unused 'get_importer' from line 1607


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1640
PS1, Line 1640: I
flake8: F811 redefinition of unused 'ImpWrapper' from line 1566


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1648
PS1, Line 1648: _distribution_finders = {}
flake8: E303 too many blank lines (6)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1650
PS1, Line 1650: def register_finder(importer_type, distribution_finder):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1666
PS1, Line 1666: def find_in_zip(importer, path_item, only=False):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1678
PS1, Line 1678: register_finder(zipimport.zipimporter, find_in_zip)
flake8: E305 expected 2 blank lines after class or function definition, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1680
PS1, Line 1680: def StringIO(*args, **kw):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1687
PS1, Line 1687: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1689
PS1, Line 1689: def find_nothing(importer, path_item, only=False):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1691
PS1, Line 1691: register_finder(object,find_nothing)
flake8: E305 expected 2 blank lines after class or function definition, found 0


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1691
PS1, Line 1691: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1693
PS1, Line 1693: def find_on_path(importer, path_item, only=False):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1702
PS1, Line 1702: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1717
PS1, Line 1717: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1717
PS1, Line 1717: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1717
PS1, Line 1717: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1725
PS1, Line 1725: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1725
PS1, Line 1725: )
flake8: E501 line too long (94 > 90 characters)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1728
PS1, Line 1728: register_finder(ImpWrapper,find_on_path)
flake8: E305 expected 2 blank lines after class or function definition, found 0


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1728
PS1, Line 1728: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1733
PS1, Line 1733: def register_namespace_handler(importer_type, namespace_handler):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1750
PS1, Line 1750: def _handle_ns(packageName, path_item):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1761
PS1, Line 1761: ;
flake8: E702 multiple statements on one line (semicolon)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1762
PS1, Line 1762: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1765
PS1, Line 1765: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1765
PS1, Line 1765: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1765
PS1, Line 1765: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1767
PS1, Line 1767: ;
flake8: E702 multiple statements on one line (semicolon)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1768
PS1, Line 1768: ;
flake8: E702 multiple statements on one line (semicolon)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1771
PS1, Line 1771: def declare_namespace(packageName):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1791
PS1, Line 1791: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1792
PS1, Line 1792: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1802
PS1, Line 1802: def fixup_namespace_packages(path_item, parent=None):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1806
PS1, Line 1806: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1808
PS1, Line 1808: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1812
PS1, Line 1812: def file_ns_handler(importer, path_item, packageName, module):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1818
PS1, Line 1818: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1824
PS1, Line 1824: register_namespace_handler(ImpWrapper,file_ns_handler)
flake8: E305 expected 2 blank lines after class or function definition, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1824
PS1, Line 1824: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1825
PS1, Line 1825: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1831
PS1, Line 1831: register_namespace_handler(object,null_ns_handler)
flake8: E305 expected 2 blank lines after class or function definition, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1831
PS1, Line 1831: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1838
PS1, Line 1838: def _normalize_cached(filename,_cache={}):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1838
PS1, Line 1838: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1845
PS1, Line 1845: def _set_parent_ns(packageName):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1855
PS1, Line 1855: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1865
PS1, Line 1865: LINE_END = re.compile(r"\s*(#.*)?$").match         # whitespace and comment
flake8: E305 expected 2 blank lines after class or function definition, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1867
PS1, Line 1867:  
flake8: E221 multiple spaces before operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1868
PS1, Line 1868:  
flake8: E221 multiple spaces before operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1869
PS1, Line 1869:  
flake8: E221 multiple spaces before operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1872
PS1, Line 1872:  
flake8: E221 multiple spaces before operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1880
PS1, Line 1880: :
flake8: E231 missing whitespace after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1880
PS1, Line 1880: :
flake8: E231 missing whitespace after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1880
PS1, Line 1880: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1880
PS1, Line 1880: :
flake8: E231 missing whitespace after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1880
PS1, Line 1880: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1880
PS1, Line 1880: :
flake8: E231 missing whitespace after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1880
PS1, Line 1880: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1880
PS1, Line 1880: :
flake8: E231 missing whitespace after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1882
PS1, Line 1882: def _parse_version_parts(s):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1884
PS1, Line 1884: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1885
PS1, Line 1885: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1890
PS1, Line 1890: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1894
PS1, Line 1894: def parse_version(s):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1928
PS1, Line 1928: <
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1929
PS1, Line 1929: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1931
PS1, Line 1931: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1936
PS1, Line 1936: class EntryPoint(object):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1961
PS1, Line 1961: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1964
PS1, Line 1964: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1966
PS1, Line 1966: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1973
PS1, Line 1973: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1973
PS1, Line 1973: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1977
PS1, Line 1977: #
flake8: E303 too many blank lines (3)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1977
PS1, Line 1977: #
flake8: E265 block comment should start with '# '


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1990
PS1, Line 1990: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1990
PS1, Line 1990: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1992
PS1, Line 1992: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1992
PS1, Line 1992: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1993
PS1, Line 1993: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1997
PS1, Line 1997: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@1997
PS1, Line 1997: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2018
PS1, Line 2018: #
flake8: E303 too many blank lines (8)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2018
PS1, Line 2018: #
flake8: E265 block comment should start with '# '


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2028
PS1, Line 2028: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2033
PS1, Line 2033: #
flake8: E265 block comment should start with '# '


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2036
PS1, Line 2036: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2068
PS1, Line 2068:  
flake8: E251 unexpected spaces around keyword / parameter equals


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2068
PS1, Line 2068:  
flake8: E251 unexpected spaces around keyword / parameter equals


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2069
PS1, Line 2069: )
flake8: E124 closing bracket does not match visual indentation


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2079
PS1, Line 2079: #
flake8: E265 block comment should start with '# '


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2080
PS1, Line 2080: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2080
PS1, Line 2080: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2080
PS1, Line 2080: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2080
PS1, Line 2080: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2081
PS1, Line 2081: *
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2083
PS1, Line 2083: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2087
PS1, Line 2087: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2087
PS1, Line 2087: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2087
PS1, Line 2087: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2096
PS1, Line 2096: h
flake8: E303 too many blank lines (2)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2098
PS1, Line 2098: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2098
PS1, Line 2098: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2106
PS1, Line 2106: d
flake8: E301 expected 1 blank line, found 0


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2106
PS1, Line 2106: d
flake8: E704 multiple statements on one line (def)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2107
PS1, Line 2107: d
flake8: E301 expected 1 blank line, found 0


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2109
PS1, Line 2109: d
flake8: E301 expected 1 blank line, found 0


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2111
PS1, Line 2111: d
flake8: E301 expected 1 blank line, found 0


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2113
PS1, Line 2113: d
flake8: E301 expected 1 blank line, found 0


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2115
PS1, Line 2115: d
flake8: E301 expected 1 blank line, found 0


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2120
PS1, Line 2120: d
flake8: E301 expected 1 blank line, found 0


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2127
PS1, Line 2127: #
flake8: E265 block comment should start with '# '


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2136
PS1, Line 2136: #
flake8: E265 block comment should start with '# '


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2146
PS1, Line 2146: #
flake8: E265 block comment should start with '# '


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2153
PS1, Line 2153: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2164
PS1, Line 2164: #
flake8: E303 too many blank lines (4)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2164
PS1, Line 2164: #
flake8: E265 block comment should start with '# '


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2171
PS1, Line 2171: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2173
PS1, Line 2173: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2177
PS1, Line 2177: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2181
PS1, Line 2181: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2191
PS1, Line 2191: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2196
PS1, Line 2196: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2205
PS1, Line 2205: d
flake8: E303 too many blank lines (2)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2213
PS1, Line 2213: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2218
PS1, Line 2218: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2223
PS1, Line 2223: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2223
PS1, Line 2223: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2226
PS1, Line 2226: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2228
PS1, Line 2228: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2231
PS1, Line 2231: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2231
PS1, Line 2231: ,
flake8: W602 deprecated form of raising exception


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2234
PS1, Line 2234: #
flake8: E265 block comment should start with '# '


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2235
PS1, Line 2235: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2235
PS1, Line 2235: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2248
PS1, Line 2248: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2250
PS1, Line 2250: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2262
PS1, Line 2262: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2287
PS1, Line 2287: d
flake8: E303 too many blank lines (19)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2287
PS1, Line 2287:  
flake8: E251 unexpected spaces around keyword / parameter equals


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2287
PS1, Line 2287:  
flake8: E251 unexpected spaces around keyword / parameter equals


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2310
PS1, Line 2310: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2312
PS1, Line 2312: b
flake8: F841 local variable 'bp' is assigned to but never used


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2314
PS1, Line 2314: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2316
PS1, Line 2316: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2316
PS1, Line 2316: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2328
PS1, Line 2328: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2339
PS1, Line 2339: d
flake8: E303 too many blank lines (3)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2340
PS1, Line 2340: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2348
PS1, Line 2348: )
flake8: E124 closing bracket does not match visual indentation


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2365
PS1, Line 2365: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2369
PS1, Line 2369: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2375
PS1, Line 2375: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2375
PS1, Line 2375: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2382
PS1, Line 2382: #
flake8: E303 too many blank lines (4)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2382
PS1, Line 2382: #
flake8: E265 block comment should start with '# '


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2388
PS1, Line 2388: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2399
PS1, Line 2399:  
flake8: E251 unexpected spaces around keyword / parameter equals


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2399
PS1, Line 2399:  
flake8: E251 unexpected spaces around keyword / parameter equals


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2399
PS1, Line 2399: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2423
PS1, Line 2423: def parse_requirements(strs):
flake8: E303 too many blank lines (23)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2432
PS1, Line 2432: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2432
PS1, Line 2432: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2432
PS1, Line 2432: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2432
PS1, Line 2432: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2432
PS1, Line 2432: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2436
PS1, Line 2436: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2437
PS1, Line 2437: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2439
PS1, Line 2439: ;
flake8: E702 multiple statements on one line (semicolon)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2445
PS1, Line 2445: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2447
PS1, Line 2447: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2447
PS1, Line 2447: +
flake8: E226 missing whitespace around arithmetic operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2447
PS1, Line 2447: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2447
PS1, Line 2447: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2447
PS1, Line 2447: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2452
PS1, Line 2452: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2454
PS1, Line 2454:  
flake8: E261 at least two spaces before inline comment


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2455
PS1, Line 2455: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2457
PS1, Line 2457: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2457
PS1, Line 2457: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2457
PS1, Line 2457: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2460
PS1, Line 2460: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2472
PS1, Line 2472: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2479
PS1, Line 2479: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2479
PS1, Line 2479: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2479
PS1, Line 2479: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2479
PS1, Line 2479: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2479
PS1, Line 2479: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2479
PS1, Line 2479: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2480
PS1, Line 2480: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2480
PS1, Line 2480: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2485
PS1, Line 2485: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2487
PS1, Line 2487: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2505
PS1, Line 2505: class Requirement:
flake8: E303 too many blank lines (17)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2510
PS1, Line 2510: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2510
PS1, Line 2510: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2510
PS1, Line 2510: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2510
PS1, Line 2510: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2512
PS1, Line 2512: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2512
PS1, Line 2512: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2512
PS1, Line 2512: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2512
PS1, Line 2512: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2513
PS1, Line 2513: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2515
PS1, Line 2515: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2515
PS1, Line 2515: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2515
PS1, Line 2515: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2515
PS1, Line 2515: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2526
PS1, Line 2526: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2527
PS1, Line 2527: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2527
PS1, Line 2527: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2529
PS1, Line 2529: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2530
PS1, Line 2530: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2531
PS1, Line 2531: <
flake8: W603 '<>' is deprecated, use '!='


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2533
PS1, Line 2533: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2536
PS1, Line 2536: c
flake8: E731 do not assign a lambda expression, use a def


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2536
PS1, Line 2536:  
flake8: E261 at least two spaces before inline comment


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2537
PS1, Line 2537: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2537
PS1, Line 2537: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2537
PS1, Line 2537: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2538
PS1, Line 2538: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2538
PS1, Line 2538:  
flake8: E261 at least two spaces before inline comment


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2539
PS1, Line 2539: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2539
PS1, Line 2539:  
flake8: E241 multiple spaces after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2539
PS1, Line 2539:  
flake8: E272 multiple spaces before keyword


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2540
PS1, Line 2540: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2540
PS1, Line 2540:  
flake8: E241 multiple spaces after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2540
PS1, Line 2540:  
flake8: E272 multiple spaces before keyword


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2541
PS1, Line 2541: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2541
PS1, Line 2541:  
flake8: E241 multiple spaces after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2542
PS1, Line 2542: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2542
PS1, Line 2542:  
flake8: E241 multiple spaces after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2547
PS1, Line 2547: d
flake8: E303 too many blank lines (2)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2550
PS1, Line 2550: d
flake8: E704 multiple statements on one line (def)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2552
PS1, Line 2552: #
flake8: E265 block comment should start with '# '


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2574
PS1, Line 2574: state_machine = {
flake8: E305 expected 2 blank lines after class or function definition, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2576
PS1, Line 2576:  
flake8: E203 whitespace before ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2576
PS1, Line 2576:  
flake8: E241 multiple spaces after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2577
PS1, Line 2577:  
flake8: E241 multiple spaces after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2578
PS1, Line 2578:  
flake8: E203 whitespace before ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2578
PS1, Line 2578:  
flake8: E241 multiple spaces after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2579
PS1, Line 2579:  
flake8: E241 multiple spaces after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2580
PS1, Line 2580:  
flake8: E241 multiple spaces after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2581
PS1, Line 2581:  
flake8: E241 multiple spaces after ':'


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2607
PS1, Line 2607: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2608
PS1, Line 2608: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2612
PS1, Line 2612: def _find_adapter(registry, ob):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2625
PS1, Line 2625: def split_sections(s):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2650
PS1, Line 2650: def _mkstemp(*args,**kw):
flake8: E302 expected 2 blank lines, found 1


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2650
PS1, Line 2650: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2655
PS1, Line 2655: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2662
PS1, Line 2662: def _initialize(g):
flake8: E302 expected 2 blank lines, found 0


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2666
PS1, Line 2666: _initialize(globals())
flake8: E305 expected 2 blank lines after class or function definition, found 0


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2674
PS1, Line 2674:  
flake8: E261 at least two spaces before inline comment


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2699
PS1, Line 2699: =
flake8: E225 missing whitespace around operator


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2699
PS1, Line 2699: ;
flake8: E702 multiple statements on one line (semicolon)


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2699
PS1, Line 2699: ,
flake8: E231 missing whitespace after ','


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2699
PS1, Line 2699:  
flake8: E261 at least two spaces before inline comment


http://gerrit.cloudera.org:8080/#/c/15881/1/shell/pkg_resources.py@2700
PS1, Line 2700: 
flake8: W391 blank line at end of file



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Id09c55435f432a8626a45079f58860d6e27ac55e
Gerrit-Change-Number: 15881
Gerrit-PatchSet: 1
Gerrit-Owner: Joe McDonnell <jo...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Comment-Date: Thu, 07 May 2020 20:14:11 +0000
Gerrit-HasComments: Yes

[Impala-ASF-CR] Revert "IMPALA-9718: Delete pkg resources from IMPALA HOME/shell/"

Posted by "Joe McDonnell (Code Review)" <ge...@cloudera.org>.
Joe McDonnell has posted comments on this change. ( http://gerrit.cloudera.org:8080/15881 )

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


Patch Set 1: Verified+1

The tests that were failing on Centos 7 pass with the revert. Going forward with this.


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Id09c55435f432a8626a45079f58860d6e27ac55e
Gerrit-Change-Number: 15881
Gerrit-PatchSet: 1
Gerrit-Owner: Joe McDonnell <jo...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Joe McDonnell <jo...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <ta...@cloudera.com>
Gerrit-Comment-Date: Thu, 07 May 2020 23:15:29 +0000
Gerrit-HasComments: No

[Impala-ASF-CR] Revert "IMPALA-9718: Delete pkg resources from IMPALA HOME/shell/"

Posted by "Impala Public Jenkins (Code Review)" <ge...@cloudera.org>.
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/15881 )

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


Patch Set 1:

Build Successful 

https://jenkins.impala.io/job/gerrit-code-review-checks/5997/ : Initial code review checks passed. Use gerrit-verify-dryrun-external or gerrit-verify-dryrun to run full precommit tests.


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Id09c55435f432a8626a45079f58860d6e27ac55e
Gerrit-Change-Number: 15881
Gerrit-PatchSet: 1
Gerrit-Owner: Joe McDonnell <jo...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <ta...@cloudera.com>
Gerrit-Comment-Date: Thu, 07 May 2020 21:04:36 +0000
Gerrit-HasComments: No

[Impala-ASF-CR] Revert "IMPALA-9718: Delete pkg resources from IMPALA HOME/shell/"

Posted by "Impala Public Jenkins (Code Review)" <ge...@cloudera.org>.
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/15881 )

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


Patch Set 1:

Build started: https://jenkins.impala.io/job/gerrit-verify-dryrun/5784/ DRY_RUN=true


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Id09c55435f432a8626a45079f58860d6e27ac55e
Gerrit-Change-Number: 15881
Gerrit-PatchSet: 1
Gerrit-Owner: Joe McDonnell <jo...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Comment-Date: Thu, 07 May 2020 20:17:45 +0000
Gerrit-HasComments: No

[Impala-ASF-CR] Revert "IMPALA-9718: Delete pkg resources from IMPALA HOME/shell/"

Posted by "Tim Armstrong (Code Review)" <ge...@cloudera.org>.
Tim Armstrong has posted comments on this change. ( http://gerrit.cloudera.org:8080/15881 )

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


Patch Set 1: Code-Review+2


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Id09c55435f432a8626a45079f58860d6e27ac55e
Gerrit-Change-Number: 15881
Gerrit-PatchSet: 1
Gerrit-Owner: Joe McDonnell <jo...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <ta...@cloudera.com>
Gerrit-Comment-Date: Thu, 07 May 2020 20:47:03 +0000
Gerrit-HasComments: No