abstractdog commented on PR #6146:
URL: https://github.com/apache/hive/pull/6146#issuecomment-3496883767
> @abstractdog, @ayushtkn, I can’t find `RegistryOperations.class` in any of
the Hive dist jars under the lib directory. Is it pulled in from Hadoop?
>
> ```
> find . -name "*.jar" -exec sh -c 'jar tf "$1" | grep -q
"RegistryOperations.class" && echo "$1"' _ {} \;
> ```
>
> @ishnagy, are you using `core` classifier for hive-exec jar in Spark? I
think the whole refactor is not needed.
RegistryOperations is just a "random" class to locate the registry jar, I
believe, what we really use from that artifact is
[ServiceRecord](https://github.com/apache/hadoop/blob/trunk/hadoop-common-project/hadoop-registry/src/main/java/org/apache/hadoop/registry/client/types/ServiceRecord.java)
--
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]