Abhishek Chennaka has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/22768 )

Change subject: [java] KUDU-3657: fix publishing
......................................................................


Patch Set 16:

As discussed offline, the jars need to be validated if they contain the needed 
jars. For example the kudu-client.jar is missing a few classes from netty 
project:

[root@ccycloud 1.18.0-SNAPSHOT]# jar -tf kudu-client-1.17.1.jar | grep 
"org/apache/kudu/shaded" | awk -F "/" '{print $5, $6}' | uniq -c
      1
      1 com
   2042 com google
      1 io
    412 io micrometer
      6 com sangupta
    684 com google
      1 org
    422 org checkerframework
     98 org HdrHistogram
     23 org LatencyUtils
   3139 io netty
[root@ccycloud 1.18.0-SNAPSHOT]# jar -tf kudu-client-1.18.0-SNAPSHOT.jar | grep 
"org/apache/kudu/shaded" | awk -F "/" '{print $5, $6}' | uniq -c
      1
      1 com
   2776 com google
      1 io
    412 io micrometer
      6 com sangupta
      3 com google
      1 org
     18 org checkerframework
     62 org HdrHistogram
     20 org LatencyUtils
   1107 io netty


--
To view, visit http://gerrit.cloudera.org:8080/22768
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ie045805a68bfcd16325e1e4dbb38653cefe3a4b0
Gerrit-Change-Number: 22768
Gerrit-PatchSet: 16
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: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>
Gerrit-Reviewer: Zoltan Chovan <[email protected]>
Gerrit-Comment-Date: Fri, 09 May 2025 22:15:12 +0000
Gerrit-HasComments: No

Reply via email to