You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Takashi Ohnishi (JIRA)" <ji...@apache.org> on 2016/02/07 13:43:39 UTC

[jira] [Updated] (HADOOP-12778) hadoop.security.key.provider.path is not documented.

     [ https://issues.apache.org/jira/browse/HADOOP-12778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Takashi Ohnishi updated HADOOP-12778:
-------------------------------------
    Description: 
The "Transparent Encryption in HDFS" page does not tell about this, but {{hdfs crypto}} operations failed with the below error.
{code}
There are no valid KeyProviders configured. No key
was created. You can use the -provider option to specify
a provider to use.
{code}

I have found hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/KeyProviderFactory.java uses this parameter.
By setting this parameter in core-site.xml, {{hdfs crypto}} commands runs successfully. 



  was:
The "Transparent Encryption in HDFS" page does not tell about this, but {{hdfs crypto}} operations failed with the below error.
{code}
There are no valid KeyProviders configured. No key
was created. You can use the -provider option to specify
a provider to use.
{code}

I have found hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/KeyProviderFactory.java uses this parameter.
By setting this parameter in core-site.xml, {{hdfs crypto}} command runs successfully. 




> hadoop.security.key.provider.path is not documented.
> ----------------------------------------------------
>
>                 Key: HADOOP-12778
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12778
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: kms
>    Affects Versions: 2.7.2, 3.0.0
>            Reporter: Takashi Ohnishi
>
> The "Transparent Encryption in HDFS" page does not tell about this, but {{hdfs crypto}} operations failed with the below error.
> {code}
> There are no valid KeyProviders configured. No key
> was created. You can use the -provider option to specify
> a provider to use.
> {code}
> I have found hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/key/KeyProviderFactory.java uses this parameter.
> By setting this parameter in core-site.xml, {{hdfs crypto}} commands runs successfully. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)