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

Failed to load/initialize native-bzip2 library system-native, will use pure-Java version #29

Open
davidonlaptop opened this issue Oct 1, 2015 · 1 comment

Comments

@davidonlaptop
Copy link
Member

Hadoop Native Libraries are installed but apparently there is a bug upstream that fails for BZIP2.

Links:

See also @codingtony 's comment on pull request #23 .

docker run --rm -i hadoop-test hadoop checknative
15/10/01 23:27:46 WARN bzip2.Bzip2Factory: Failed to load/initialize native-bzip2 library system-native, will use pure-Java version
15/10/01 23:27:46 INFO zlib.ZlibFactory: Successfully loaded & initialized native-zlib library
Native library checking:
hadoop:  true /usr/local/hadoop/lib/native/libhadoop.so.1.0.0
zlib:    true /lib/x86_64-linux-gnu/libz.so.1
snappy:  true /usr/lib/libsnappy.so.1
lz4:     true revision:99
bzip2:   false
openssl: true /usr/lib/x86_64-linux-gnu/libcrypto.so
@davidonlaptop
Copy link
Member Author

This issue is related to issue #8 which installed the hadoop native libraries, but was not able to fix it for bzip2.

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

No branches or pull requests

1 participant