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

Check LZO index file existence when check splitability of LZO files #485

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Yaliang
Copy link
Contributor

@Yaliang Yaliang commented Dec 22, 2017

No description provided.

@CLAassistant
Copy link

CLAassistant commented Dec 22, 2017

CLA assistant check
All committers have signed the CLA.

@@ -29,6 +29,10 @@
<groupId>com.twitter.elephantbird</groupId>
<artifactId>elephant-bird-core</artifactId>
</dependency>
<dependency>
<groupId>com.hadoop.gplcompression</groupId>
Copy link
Contributor

Choose a reason for hiding this comment

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

folks, this is not an apache license compatible package.
EB needs to clean up these dependencies, adding more of them makes the problem worse.

Making this class explicitly aware of one specific type of file extension seems pretty brute-force. This whole thing is a wrapper -- is there a way to delegate to underlying machinery to determine if the wrapped InputFormat is splittable?

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.

3 participants