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

add LOG.warn() about insufficiently large io.compression.codec.lzo.buffersize #61

Merged
merged 3 commits into from
Feb 25, 2013

Conversation

ekoontz
Copy link

@ekoontz ekoontz commented Feb 22, 2013

Addresses #60.

@rangadi
Copy link
Contributor

rangadi commented Feb 23, 2013

This probably explains the failures we saw when we enabled Pig's temp file compression. Thanks.

len + " is greater than this decompressor's directBufferSize: " +
directBufferSize + ". To fix this, You can increase the value of your " +
"configuration's io.compression.codec.lzo.buffersize to be larger " +
"than: " + len + " and restart your job.");
Copy link
Contributor

Choose a reason for hiding this comment

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

can you remove " and restart your job"? The codec is outside of MR jobs as well. May be better to rephrase it to remove the first "You " as well.

@ekoontz
Copy link
Author

ekoontz commented Feb 25, 2013

Thanks for the comments rangadi.

rangadi added a commit that referenced this pull request Feb 25, 2013
add LOG.warn() about insufficient io.compression.codec.lzo.buffersize
@rangadi rangadi merged commit 0c07467 into twitter:master Feb 25, 2013
@ekoontz ekoontz mentioned this pull request Feb 25, 2013
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.

None yet

2 participants