Attila Bukor has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15483
Change subject: KUDU-3079 Add MiniRanger pt 3 ...................................................................... KUDU-3079 Add MiniRanger pt 3 With the previous patch MiniRanger was unable to completely start up due to various configuration issues. One of them was that Ranger's Python scripts weren't compatible with Python 3. To work around this I added a patch to thirdparty that changes the syntax from 2 to 3 and manually fixes an instance were I noticed an incompatibility (bytes and str are not equal anymore). Other issues had to do with the classpath and (mostly) database config, these are all fixed now and MiniRanger can properly start up Ranger admin. Login is the default admin:admin on localhost:6080 with no SSL configured currently. Change-Id: I15ab1eb8abe71c074c26b286073442882e101bc6 --- M src/kudu/ranger/mini_postgres.cc M src/kudu/ranger/mini_ranger.cc M src/kudu/ranger/mini_ranger.h M thirdparty/build-thirdparty.sh M thirdparty/download-thirdparty.sh A thirdparty/patches/ranger-fixscripts.patch A thirdparty/patches/ranger-python3.patch 7 files changed, 893 insertions(+), 90 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/83/15483/1 -- To view, visit http://gerrit.cloudera.org:8080/15483 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I15ab1eb8abe71c074c26b286073442882e101bc6 Gerrit-Change-Number: 15483 Gerrit-PatchSet: 1 Gerrit-Owner: Attila Bukor <[email protected]>
