We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I try to uncompress a LZO archive with your library and I got the following error:
java.io.IOException: Compressed with incompatible lzo version: 0x2060 (expected 0x2050)
Is there a way to uncompress older LZO version with your API ? Thanks
Mathieu
The text was updated successfully, but these errors were encountered:
same problem here. Did you find a solution? :(
Sorry, something went wrong.
Which version of the hadoop-lzo library (not LZO) are you using? Can you try with the latest version (0.4.20)?
No branches or pull requests
Hi,
I try to uncompress a LZO archive with your library and I got the following error:
Is there a way to uncompress older LZO version with your API ?
Thanks
Mathieu
The text was updated successfully, but these errors were encountered: