Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
Description
Running commands on a machine without a native library results in:
$ bin/hdfs dfs -put /etc/hosts /tmp 14/08/27 07:16:10 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 14/08/27 07:16:11 WARN crypto.CryptoCodec: Crypto codec org.apache.hadoop.crypto.OpensslAesCtrCryptoCodec is not available. 14/08/27 07:16:11 INFO hdfs.DFSClient: No KeyProvider found.
This is way too much.