Fredy Wijaya has posted comments on this change. ( http://gerrit.cloudera.org:8080/13219 )
Change subject: Fix redundant downloads of hive source tarball ...................................................................... Patch Set 4: (3 comments) http://gerrit.cloudera.org:8080/#/c/13219/4//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/13219/4//COMMIT_MSG@13 PS4, Line 13: Due to : this nit: repeated use of "due to this", we can just use "and" http://gerrit.cloudera.org:8080/#/c/13219/4/bin/bootstrap_toolchain.py File bin/bootstrap_toolchain.py: http://gerrit.cloudera.org:8080/#/c/13219/4/bin/bootstrap_toolchain.py@121 PS4, Line 121: component package directory" nit: fix indentation http://gerrit.cloudera.org:8080/#/c/13219/4/bin/bootstrap_toolchain.py@122 PS4, Line 122: if pkg_directory is not None: : self.pkg_directory = "{0}/{1}".format(cdp_components_home, pkg_directory) : else: : self.pkg_directory = "{0}/{1}".format(cdp_components_home, basename) It's more Pythonic to do this: self.pkg_directory = "{0}/{1}".format(cdp_components, pkg_directory if pkg_directory else basename) -- To view, visit http://gerrit.cloudera.org:8080/13219 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ifd04a1a367a0cc4aa0a2b490a45fbc93a862c83a Gerrit-Change-Number: 13219 Gerrit-PatchSet: 4 Gerrit-Owner: Vihang Karajgaonkar <[email protected]> Gerrit-Reviewer: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Vihang Karajgaonkar <[email protected]> Gerrit-Comment-Date: Fri, 03 May 2019 19:26:05 +0000 Gerrit-HasComments: Yes
