简体   繁体   English

在云上使用BigInsights的webHDFS时出现RSA premaster秘密错误

[英]RSA premaster secret error when using webHDFS from BigInsights on cloud

I'm trying to execute the spark+oozie+bluemix liberty example on the OozieWorkflowSparkGroovyBluemixDeploy branch against a BigInsights for Apache Hadoop basic cluster. 我正在尝试针对BigInsights for Apache Hadoop基本集群在OozieWorkflowSparkGroovyBluemixDeploy分支上执行spark + oozie + bluemix自由示例

The error I get when I try to access the application from a browser: 尝试从浏览器访问应用程序时收到的错误:

There was an unexpected error (type=Internal Server Error, status=500).
javax.net.ssl.SSLKeyException: RSA premaster secret error

What is causing this issue? 是什么导致此问题?

The issue appears to be due to the webHDFS certificate not being in the liberty truststore. 该问题似乎是由于webHDFS证书不在自由信任库中引起的。 See here for more information: Steps to configure Bluemix Liberty application to add a certificate to the Liberty trust store using a cf CLI workflow? 请参阅此处,以获取更多信息: 使用cf CLI工作流配置Bluemix Liberty应用程序以将证书添加到Liberty信任库的步骤?

UPDATE: 更新:

The issue was due to liberty not having unlimited encryption policies. 该问题是由于自由没有无限的加密策略。 Fixed with commit: https://github.com/IBM-Bluemix/BigInsights-on-Apache-Hadoop/commit/b78d12d5ea3ce5e43395cf8e7c1d094e1a9fc012 提交已修复: https : //github.com/IBM-Bluemix/BigInsights-on-Apache-Hadoop/commit/b78d12d5ea3ce5e43395cf8e7c1d094e1a9fc012

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 biginsights on cloud-/ *:不良替代 - biginsights on cloud - /*: bad substitution 如何通过Spark即服务笔记本连接到在BigInsights on Cloud上运行的远程配置单元? - How to connect to remote hive running on BigInsights on Cloud from a Spark as a Service notebook? 如何在Cloud Enterprise的BigInsights上安装用于Spark的python模块 - How can I install python modules for spark on BigInsights on cloud enterprise 测试 BigInsights + Cloud Storage(如何在这两个组件上使用 nodejs) - Testing BigInsights + Cloud Storage (How to use nodejs over this two components) HADOOP_HOME变量应在Cloud BigInsights上指向何处? - where should HADOOP_HOME variable point to on BigInsights on Cloud? 云应用程序秘密从bluemix消失了吗? - Cloud app secret disappeared from bluemix? 尝试绑定到应用程序时,Bluemix中的BigInsights服务未显示 - BigInsights service in Bluemix is not showing up when trying to bind to an App 云上的BigInsights - 未找到类org.apache.oozie.action.hadoop.SparkMain - BigInsights on cloud - Class org.apache.oozie.action.hadoop.SparkMain not found 使用npm安装watson-developer-cloud时出错 - Error when using npm to install watson-developer-cloud 如何使用WebHDFS knox groovy库下载文件? - How can I download a file using the WebHDFS knox groovy library?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM