我尝试使用链接https://github.com/cloudera/hue在Amazon EMR中安装Hue。我看到了状态
development server running at http://127.0.0.1:8000/
我也可以卷曲网址,但得到空白页面。卷曲内容。
"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="refresh" content="0; url=/beeswax">
</head>
<body>
</body>
</html>"
但是当我使用带有端口8000的公共DNS网址点击浏览器时,我收到了错误页面。我错过了任何步骤。
由于
答案 0 :(得分:0)
您看到了什么错误页面?可能只是在启动时没有打开8000或在runserver 0.0.0.0:8000上绑定服务器。另外,建议使用runcpserver而不是开发服务器启动Hue。
答案 1 :(得分:0)
您正在环回接口127.0.0.1上运行。这只能从主机而非外部访问。你需要改变你的hue.ini 并设置:
HTTP_HOST = 0.0.0.0