Attila Bukor has posted comments on this change. ( http://gerrit.cloudera.org:8080/20346 )
Change subject: KUDU-3359 Allow multi-JAR cp for Ranger client ...................................................................... Patch Set 1: (1 comment) > Patch Set 1: > > (1 comment) Not sure if it's workt http://gerrit.cloudera.org:8080/#/c/20346/1/src/kudu/ranger/ranger_client.cc File src/kudu/ranger/ranger_client.cc: http://gerrit.cloudera.org:8080/#/c/20346/1/src/kudu/ranger/ranger_client.cc@251 PS1, Line 251: // If the JAR path contains a colon, we skip verifying the paths and leave : // it to Java. : if (ranger_jar_path.find(':') == string::npos && : !Env::Default()->FileExists(ranger_jar_path)) { > Would it be a better option to at least log a warning about each particular Not sure if it's worth doing, Java will log non-existent paths IIRC, but if you think it's still worth adding, I'm happy to change it. -- To view, visit http://gerrit.cloudera.org:8080/20346 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: If137b5541b948506372db50e984eeee7e05dfd22 Gerrit-Change-Number: 20346 Gerrit-PatchSet: 1 Gerrit-Owner: Attila Bukor <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Comment-Date: Tue, 15 Aug 2023 16:27:25 +0000 Gerrit-HasComments: Yes
