ishnagy commented on PR #6146:
URL: https://github.com/apache/hive/pull/6146#issuecomment-3497541246

   I have found the registry classes only in 
`hive-jdbc-4.2.0-SNAPSHOT-standalone.jar`, either before or after my patch:
   ```
   % find apache-hive-4.2.0*bin | grep jar$ | xargs -I% bash -c 'unzip -Z1 % | 
grep org/apache/hadoop/registry/ | sed "s#^#%:#"' | cut -d: -f1 | sort | uniq -c
       130 
apache-hive-4.2.0-SNAPSHOT-bin.master/jdbc/hive-jdbc-4.2.0-SNAPSHOT-standalone.jar
       130 
apache-hive-4.2.0-SNAPSHOT-bin.patched/jdbc/hive-jdbc-4.2.0-SNAPSHOT-standalone.jar
   ```
   not sure, if that's what expected, but at least the patch doesn't seem to 
remove any hadoop registry classes from the distributables.
   
   \*I used
   ```
   mvn install -DskipTests -Pdist
   ```
   to build the project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to