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-151. Minimize the size of the tools uber jar. #96

Closed
wants to merge 1 commit into from

Conversation

omalley
Copy link
Contributor

@omalley omalley commented Feb 27, 2017

This patch takes the tools uber jar from 29mb to 23mb.

@l1x
Copy link

l1x commented Feb 28, 2017

Thank you!

@asfgit asfgit closed this in c7160c5 Feb 28, 2017
dongjoon-hyun added a commit that referenced this pull request Oct 1, 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.
- #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 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants