【问题标题】:How can I publish my paragraphs with Zeppelin 0.8.0?如何使用 Zeppelin 0.8.0 发布我的段落?
【发布时间】:2018-08-18 23:17:39
【问题描述】:

这个问题可能很明显,但我做不到? 如何在 Zeppelin 0.8.0 中发布我的段落?

文档说您只需复制按“链接此段落”时出现的链接并将其放入您的网站页面。 我做了那个程序buuuuuut。它不工作。

我做了一个最简单的网站页面只是为了测试它,只是<iframe> URL </iframe>,然后出现一个没有任何东西的白框。

<!DOCTYPE html>
<html>
<head>
    <title>HTML Test</title>
</head>

<body>
   <p>Below is an iframe.</p>
<iframe http://goku:8080/#/notebook/2DM1X52VT/paragraph/20180804-155205_969494590?asIframe width="800" height="450">

  <p>iframes are not supported by your browser.</p>
  </iframe>
</body>
</html>

如果我需要在 Zeppelin 中配置其他内容,我现在不需要,因为当我在 &lt;iframe URL&gt; &lt;/iframe&gt; 中输入另一个 URL 时,网站页面可以正常工作

【问题讨论】:

  • 我更改了配置文件 zeppelin-site.xml 启用 zeppelin.server.xframe.optionsSAMEORIGIN但不起作用

标签: apache-zeppelin


【解决方案1】:

解决它的方法是在 chrome 中安装一个扩展忽略 X-Frame 标头。

【讨论】:

    猜你喜欢
    • 2018-08-20
    • 2019-06-10
    • 2016-02-27
    • 1970-01-01
    • 1970-01-01
    • 2021-06-03
    • 1970-01-01
    • 2017-05-28
    • 2019-01-28
    相关资源
    最近更新 更多