我目前正在使用hadoop-2.7.3我将其配置为多个群集。现在我想为hdfs添加加密系统。在那,
我将core-site.xml文件更改为, hadoop.security.key.provider.path =公里:// HTTP @主:16000 /公里
我可以成功创建密钥和目录。
但我无法创建加密区。
当我查找kms-audit.log文件时,显示
UNAUTHENTICATED RemoteHost:<machine ip> Method:OPTIONS URL:http://master:16000/kms/v1/keys ErrorMsg:'Authentication required'
在终端我收到错误,
RemoteException: Can't create an encryption zone for /zone since no key provider is available.
我对此错误感到困惑请帮我解决这个问题。