This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/zeppelin-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new cdc97a44f Automatic Site Publish by Buildbot
cdc97a44f is described below
commit cdc97a44f392bce253fda062aa9a6ee50c376a3e
Author: buildbot <[email protected]>
AuthorDate: Sat Feb 8 12:58:37 2025 +0000
Automatic Site Publish by Buildbot
---
output/atom.xml | 2 +-
output/download.html | 22 +++++++++++-----------
output/rss.xml | 4 ++--
3 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/output/atom.xml b/output/atom.xml
index 67c110631..41cfd09ce 100644
--- a/output/atom.xml
+++ b/output/atom.xml
@@ -4,7 +4,7 @@
<title>Apache Zeppelin</title>
<link href="http://zeppelin.apache.org/" rel="self"/>
<link href="http://zeppelin.apache.org"/>
- <updated>2025-01-31T11:12:24+00:00</updated>
+ <updated>2025-02-08T12:58:27+00:00</updated>
<id>http://zeppelin.apache.org</id>
<author>
<name>The Apache Software Foundation</name>
diff --git a/output/download.html b/output/download.html
index 642446abe..d9d6c9e61 100644
--- a/output/download.html
+++ b/output/download.html
@@ -159,17 +159,17 @@ limitations under the License.
<ul>
<li>Binary package with all interpreters (<a
href="../../docs/0.12.0/quickstart/install.html">Install guide</a>):
-<p><div class="btn btn-md btn-primary"
onclick="window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.12.0/zeppelin-0.12.0-bin-all.tgz'">zeppelin-0.12.0-bin-all.tgz</div>
(843MB,
-<a
href="https://downloads.apache.org/zeppelin/zeppelin-0.11.2/zeppelin-0.11.2-bin-all.tgz.asc">pgp</a>,
-<a
href="https://downloads.apache.org/zeppelin/zeppelin-0.11.2/zeppelin-0.11.2-bin-all.tgz.sha512">sha</a>)</p></li>
-<li>Binary package with Spark interpreter and interpreter net-install script
(<a href="../../docs/0.11.2/usage/interpreter/installation.html">interpreter
installation guide</a>):
-<p><div class="btn btn-md btn-primary"
onclick="window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.11.2/zeppelin-0.11.2-bin-netinst.tgz'">zeppelin-0.11.2-bin-netinst.tgz</div>
(577MB,
-<a
href="https://downloads.apache.org/zeppelin/zeppelin-0.11.2/zeppelin-0.11.2-bin-netinst.tgz.asc">pgp</a>,
-<a
href="https://downloads.apache.org/zeppelin/zeppelin-0.11.2/zeppelin-0.11.2-bin-netinst.tgz.sha512">sha</a>)</p></li>
+<p><div class="btn btn-md btn-primary"
onclick="window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.12.0/zeppelin-0.12.0-bin-all.tgz'">zeppelin-0.12.0-bin-all.tgz</div>
(
+<a
href="https://downloads.apache.org/zeppelin/zeppelin-0.12.0/zeppelin-0.12.0-bin-all.tgz.asc">pgp</a>,
+<a
href="https://downloads.apache.org/zeppelin/zeppelin-0.12.0/zeppelin-0.12.0-bin-all.tgz.sha512">sha</a>)</p></li>
+<li>Binary package with Spark interpreter and interpreter net-install script
(<a href="../../docs/0.12.0/usage/interpreter/installation.html">interpreter
installation guide</a>):
+<p><div class="btn btn-md btn-primary"
onclick="window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.12.0/zeppelin-0.12.0-bin-netinst.tgz'">zeppelin-0.12.0-bin-netinst.tgz</div>
(
+<a
href="https://downloads.apache.org/zeppelin/zeppelin-0.12.0/zeppelin-0.12.0-bin-netinst.tgz.asc">pgp</a>,
+<a
href="https://downloads.apache.org/zeppelin/zeppelin-0.12.0/zeppelin-0.12.0-bin-netinst.tgz.sha512">sha</a>)</p></li>
<li>Source:
-<a style="cursor:pointer"
onclick="window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.11.2/zeppelin-0.11.2.tgz'">zeppelin-0.11.2.tgz</a>
(10MB,
-<a
href="https://downloads.apache.org/zeppelin/zeppelin-0.11.2/zeppelin-0.11.2.tgz.asc">pgp</a>,
-<a
href="https://downloads.apache.org/zeppelin/zeppelin-0.11.2/zeppelin-0.11.2.tgz.sha512">sha</a>)</li>
+<a style="cursor:pointer"
onclick="window.location.href='http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.12.0/zeppelin-0.12.0.tgz'">zeppelin-0.12.0.tgz</a>
(10MB,
+<a
href="https://downloads.apache.org/zeppelin/zeppelin-0.12.0/zeppelin-0.12.0.tgz.asc">pgp</a>,
+<a
href="https://downloads.apache.org/zeppelin/zeppelin-0.12.0/zeppelin-0.12.0.tgz.sha512">sha</a>)</li>
</ul></li>
</ul>
@@ -178,7 +178,7 @@ limitations under the License.
<p>Make sure that <a
href="https://www.docker.com/community-edition">docker</a> is installed in your
local machine. </p>
<p>Use this command to launch Apache Zeppelin in a container.</p>
-<figure class="highlight"><pre><code class="language-bash"
data-lang="bash">docker run -p 8080:8080 --rm --name zeppelin
apache/zeppelin:0.11.2
+<figure class="highlight"><pre><code class="language-bash"
data-lang="bash">docker run -p 8080:8080 --rm --name zeppelin
apache/zeppelin:0.12.0
</code></pre></figure>
<p>To persist <code>logs</code> and <code>notebook</code> directories, use the
<a
href="https://docs.docker.com/engine/reference/commandline/run/#mount-volume--v-read-only">volume</a>
option for docker container.
diff --git a/output/rss.xml b/output/rss.xml
index 8b7a76416..7733626a4 100644
--- a/output/rss.xml
+++ b/output/rss.xml
@@ -5,8 +5,8 @@
<description>Apache Zeppelin - The Apache Software
Foundation</description>
<link>http://zeppelin.apache.org</link>
<link>http://zeppelin.apache.org</link>
- <lastBuildDate>2025-01-31T11:12:24+00:00</lastBuildDate>
- <pubDate>2025-01-31T11:12:24+00:00</pubDate>
+ <lastBuildDate>2025-02-08T12:58:27+00:00</lastBuildDate>
+ <pubDate>2025-02-08T12:58:27+00:00</pubDate>
<ttl>1800</ttl>