使用 juju 部署 Hadoop

使用 juju 部署 Hadoop

为什么运行命令后:

juju deploy hadoop hadoop-master --to 7

得到这个错误

ERROR cannot upload charm to provider storage: gomaasapi: got error back from server: 500 Internal Server Error (<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at 
 webmaster@localhost to inform them of the time this error occurred,
 and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
<hr>
<address>Apache/2.4.7 (Ubuntu) Server at 1.1.1.10 Port 80</address>
</body></html>
)

谢谢

答案1

juju deploy您的 MAAS 似乎配置不正确或已停止运行,因为您无法运行有一个 juju 环境已启动。您可以从中指定的 URL 访问 MAAS Web UI 吗$HOME/.juju/environments.yaml?检查 MAAS 的文档 -http://maas.ubuntu.com/docs/juju-quick-start.html 也可能有帮助。

相关内容