Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORC-1514: Remove zookeeper runtime dependency #1630

Closed
wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Sep 30, 2023

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.

After ORC-1430, Apache ORC 2.0.0 uses Hadoop shaded clients which shaded Zookeeper runtime dependency. We can remove Zookeeper dependency.

How was this patch tested?

Pass the CIs.

This closes #1572 .

Copy link
Contributor

@paliwalashish paliwalashish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 LGTM

@dongjoon-hyun
Copy link
Member Author

Thank you, @mystic-lama .

@dongjoon-hyun
Copy link
Member Author

Merged to main for Apache ORC 2.0.0.

@dongjoon-hyun dongjoon-hyun deleted the ORC-1514 branch October 1, 2023 04:34
cxzl25 pushed a commit to cxzl25/orc that referenced this pull request Jan 11, 2024
### 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.
- apache#96

After ORC-1430, Apache ORC 2.0.0 uses Hadoop shaded clients which shaded Zookeeper runtime dependency. We can remove Zookeeper dependency.

- apache#1509
- apache#1554

### How was this patch tested?

Pass the CIs.

This closes apache#1572 .

Closes apache#1630 from dongjoon-hyun/ORC-1514.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants