abstractdog commented on PR #6146: URL: https://github.com/apache/hive/pull/6146#issuecomment-3492265826
> > > hadoop-yarn-registry is also not needed for clusters managed by Kubernetes. > > > > > > @deniskuzZ I tried to look for a k8s related `hadoop-yarn-registry` dependency, but I don't seem to find where it is. Can you help me with some pointers where to look for this? > > Kubernetes manages resources on its own, it doesn't need YARN cc @abstractdog, please correct me if i am wrong YARN is not needed, correct regarding the pom changes: see this [comment](https://github.com/apache/tez/pull/426#discussion_r2319156572) in the scope of TEZ-4008, please try to update dependencies to hadoop-registry if possible (if this part is already changed :) ) the reason we use such dependency is that we reuse the ServiceRecord class from the registry module (regardless of the underlying framework, which takes care of resource management) -- 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]
