You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2014/08/27 16:19:58 UTC

[jira] [Created] (HADOOP-11011) With crypto, no native lib systems are too verbose

Allen Wittenauer created HADOOP-11011:
-----------------------------------------

             Summary: With crypto, no native lib systems are too verbose
                 Key: HADOOP-11011
                 URL: https://issues.apache.org/jira/browse/HADOOP-11011
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Allen Wittenauer


Running commands on a machine without a native library results in:

{code}
$ 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.
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.
{code}

This is way too much.



--
This message was sent by Atlassian JIRA
(v6.2#6252)