【问题标题】:Install Hue in Amazon EMR在 Amazon EMR 中安装 Hue
【发布时间】:2014-04-07 13:29:50
【问题描述】:

我尝试使用链接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 url 访问浏览器时,我得到了错误页面。我是否缺少任何步骤。

谢谢

【问题讨论】:

    标签: hue


    【解决方案1】:

    您看到了什么错误页面?可能只是启动时没有打开8000或将服务器绑定在runserver 0.0.0.0:8000上。此外,建议使用 runcpserver 而不是开发服务器来启动 Hue。

    【讨论】:

      【解决方案2】:

      您正在环回接口 127.0.0.1 上运行。这只能从主机而不是外部访问。你需要改变你的hue.ini 并设置:

      http_host=0.0.0.0

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2013-11-15
        • 1970-01-01
        • 2015-05-06
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2023-03-06
        相关资源
        最近更新 更多