Bankim Bhavsar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18063
Change subject: [java] Enable zip64 for building kudu-subprocess jar ...................................................................... [java] Enable zip64 for building kudu-subprocess jar One of the builds failed due to kudu-subprocess containing more than 64 entries. As per the error message noted in the build logs enabling zip64. Error message snippet: 09:55:50 2021/12/01 17:55:50 INFO : Execution failed for task ':kudu-subprocess:shadowJar'. 09:55:50 2021/12/01 17:55:50 INFO : > shadow.org.apache.tools.zip.Zip64RequiredException: archive contains more than 65535 entries. 09:55:50 2021/12/01 17:55:50 INFO : 09:55:50 2021/12/01 17:55:50 INFO : To build this archive, please enable the zip64 extension. 09:55:50 2021/12/01 17:55:50 INFO : See: https://docs.gradle.org/6.8.2/dsl/org.gradle.api.tasks.bundling.Zip.html#org.gradle.api.tasks.bundling.Zip:zip64 I haven't been able to reproduce the issue locally but the idea is try whether this fix helps. Change-Id: I2df8c8edee64fca221c2917e455bc43c609dfb3f --- M java/kudu-subprocess/build.gradle 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/63/18063/1 -- To view, visit http://gerrit.cloudera.org:8080/18063 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2df8c8edee64fca221c2917e455bc43c609dfb3f Gerrit-Change-Number: 18063 Gerrit-PatchSet: 1 Gerrit-Owner: Bankim Bhavsar <[email protected]>
