【发布时间】: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 中配置其他内容,我现在不需要,因为当我在 <iframe URL> </iframe> 中输入另一个 URL 时,网站页面可以正常工作
【问题讨论】:
-
我更改了配置文件 zeppelin-site.xml 启用
zeppelin.server.xframe.options 值 SAMEORIGIN但不起作用
标签: apache-zeppelin