Marton Greber has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23065 )
Change subject: [build] Jar exclusion fixes ...................................................................... [build] Jar exclusion fixes This fix adds the necessary exclusions for the generated kudu-replication jar, so that it passes the verify_jars check during the LINT ci build. New exclusion rules were added to the kudu-hive module as well, since the module failed the verification previously. Other modules also had typos in the exlcusion rules, these have been fixed. Additionally, the verify_jars script was modified, to allow unshaded Flink classes to be present in jars, since those are necessary to build a Flink job jar. These changes are necessary to add, since previously the verify_jars.pl script was not checking all jars, due to the LINT jenkins job's misconfiguration. Change-Id: I8e07bd8190be5973acf88c806c63060a3098007b Reviewed-on: http://gerrit.cloudera.org:8080/23065 Reviewed-by: Marton Greber <[email protected]> Tested-by: Marton Greber <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M build-support/verify_jars.pl M java/gradle/shadow.gradle M java/kudu-backup/build.gradle M java/kudu-hive/build.gradle M java/kudu-replication/build.gradle M java/kudu-spark-tools/build.gradle M java/kudu-spark/build.gradle M java/kudu-test-utils/build.gradle 8 files changed, 67 insertions(+), 37 deletions(-) Approvals: Marton Greber: Looks good to me, approved; Verified Alexey Serbin: Looks good to me, but someone else must approve -- To view, visit http://gerrit.cloudera.org:8080/23065 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8e07bd8190be5973acf88c806c63060a3098007b Gerrit-Change-Number: 23065 Gerrit-PatchSet: 6 Gerrit-Owner: Zoltan Chovan <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Gabriella Lotz <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]> Gerrit-Reviewer: Zoltan Martonka <[email protected]>
