Jordan Birdsell has posted comments on this change. Change subject: KUDU-1706 Unable to build from source using Python 3 ......................................................................
Patch Set 3: (1 comment) http://gerrit.cloudera.org:8080/#/c/5153/3/thirdparty/preflight.py File thirdparty/preflight.py: PS3, Line 85: print(p.stdin, script) > This is not equivalent functionality. The prior statement was "printing", o yikes, meant to put ...`A method that works in python 2 and 3 is print(script, file=p.stdin)`... Doesnt matter though, just go with the input param route. -- To view, visit http://gerrit.cloudera.org:8080/5153 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3fcc92cb185c3dc880e06b4d235c094c8b8cd4cf Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: [email protected] Gerrit-Reviewer: Jordan Birdsell <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-HasComments: Yes
