Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15405 )
Change subject: [build] Fix relocate_binaries_for_mini_cluster.py on Python 3 ...................................................................... [build] Fix relocate_binaries_for_mini_cluster.py on Python 3 This patch fixes relocate_binaries_for_mini_cluster.py on Python 3 by ignoring decode failures on string like objects. This keeps Python 2 compatibility as well. Change-Id: I792edd867546315baa05b15c711c72f456bb5bd3 Reviewed-on: http://gerrit.cloudera.org:8080/15405 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M build-support/mini-cluster/relocate_binaries_for_mini_cluster.py 1 file changed, 13 insertions(+), 2 deletions(-) Approvals: Kudu Jenkins: Verified Adar Dembo: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/15405 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I792edd867546315baa05b15c711c72f456bb5bd3 Gerrit-Change-Number: 15405 Gerrit-PatchSet: 2 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
