Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ORC-1514: Remove zookeeper runtime dependency
### What changes were proposed in this pull request? This PR aims to remove Apache Zookeeper Runtime dependency for Apache ORC 2.0.0. ### Why are the changes needed? Apache ORC 1.4.0 added Zookeeper depdency to the pom file to reduce the uber file size because Zookeeper is used by Hadoop Common module at that time. - #96 After ORC-1430, Apache ORC 2.0.0 uses Hadoop shaded clients which shaded Zookeeper runtime dependency. We can remove Zookeeper dependency. - #1509 - #1554 ### How was this patch tested? Pass the CIs. This closes #1572 . Closes #1630 from dongjoon-hyun/ORC-1514. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
- Loading branch information