You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by js...@apache.org on 2017/09/04 01:12:22 UTC

incubator-livy-website git commit: Publishing from 46e39ee6647b145aa29d14e339c0fee49a66a4e4

Repository: incubator-livy-website
Updated Branches:
  refs/heads/asf-site 98e1c540b -> 3fb606f5b


Publishing from 46e39ee6647b145aa29d14e339c0fee49a66a4e4


Project: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/commit/3fb606f5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/tree/3fb606f5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/diff/3fb606f5

Branch: refs/heads/asf-site
Commit: 3fb606f5bbe8ce121184ad87a4c8b68d7fac5850
Parents: 98e1c54
Author: jerryshao <ss...@hortonworks.com>
Authored: Mon Sep 4 09:10:46 2017 +0800
Committer: jerryshao <ss...@hortonworks.com>
Committed: Mon Sep 4 09:10:46 2017 +0800

----------------------------------------------------------------------
 content/download/index.html                     |  55 +++-
 content/feed.xml                                |  34 ++-
 content/history/index.html                      |  27 +-
 content/index.html                              |   2 +
 .../news/2017/09/01/release-0.4.0/index.html    | 268 +++++++++++++++++++
 5 files changed, 357 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/3fb606f5/content/download/index.html
----------------------------------------------------------------------
diff --git a/content/download/index.html b/content/download/index.html
index 938dabb..be963a0 100644
--- a/content/download/index.html
+++ b/content/download/index.html
@@ -149,14 +149,49 @@
 
 <h3 id="source-releases">Source releases</h3>
 
-<p>There is no official release of Apache Livy yet, try checking out the
-<a href="https://github.com/apache/incubator-livy">GitHub repo</a> and building the source code.</p>
-
-<!-- COMMENTED OUT UNTIL FIRST RELEASE
-Release          | Date       | Commit   | Download
-:--------------- | :--------- | :------- | :-------
-
--->
+<table class="table table-hover sortable">
+    <thead>
+        <tr>
+            <th><b>Name</b></th>
+            <th><b>Archive</b></th>
+            <th><b>MD5</b></th>
+            <th><b>SHA-512</b></th>
+            <th><b>signature</b></th>
+        </tr>
+    </thead>
+    <tbody>
+        <tr>
+            <td>Apache Livy 0.4.0-incubating (tar.gz)</td>
+            <td><a href="http://www.apache.org/dyn/closer.lua/incubator/livy/0.4.0-incubating/livy-0.4.0-incubating-bin.zip">tar.gz</a></td>
+            <td><a href="http://www.apache.org/dist/incubator/livy/0.4.0-incubating/livy-0.4.0-incubating-bin.zip.md5">MD5</a></td>
+            <td><a href="http://www.apache.org/dist/incubator/livy/0.4.0-incubating/livy-0.4.0-incubating-bin.zip.sha512">SHA-512</a></td>
+            <td><a href="http://www.apache.org/dist/incubator/livy/0.4.0-incubating/livy-0.4.0-incubating-bin.zip.asc">ASC</a></td>
+        </tr>
+        <tr>
+            <td>Apache Livy 0.4.0-incubating (source tar.gz)</td>
+            <td><a href="http://www.apache.org/dyn/closer.lua/incubator/livy/0.4.0-incubating/livy-0.4.0-incubating-src.zip">tar.gz</a></td>
+            <td><a href="http://www.apache.org/dist/incubator/livy/0.4.0-incubating/livy-0.4.0-incubating-src.zip.md5">MD5</a></td>
+            <td><a href="http://www.apache.org/dist/incubator/livy/0.4.0-incubating/livy-0.4.0-incubating-src.zip.sha512">SHA-512</a></td>
+            <td><a href="http://www.apache.org/dist/incubator/livy/0.4.0-incubating/livy-0.4.0-incubating-src.zip.asc">ASC</a></td>
+        </tr>
+    </tbody>
+</table>
+
+<p>You can also retrieve the source files from our <a href="https://github.com/apache/incubator-livy">git repository</a> by typing:</p>
+
+<pre>
+git clone https://github.com/apache/incubator-livy
+cd incubator-livy
+git checkout -b tags/v0.4.0-incubating v0.4.0-incubating
+</pre>
+
+<h3 id="release-notes">Release Notes</h3>
+
+<p>Release notes for the current and previous releases can be found in the <a href="/history">release history</a></p>
+
+<h3 id="previous-releases">Previous Releases</h3>
+
+<p>All previous releases of Apache Livy can be found in the <a href="http://archive.apache.org/dist/incubator/livy/">archives</a>.</p>
 
 <h2 id="verifying-a-release">Verifying a Release</h2>
 
@@ -165,7 +200,7 @@ Release          | Date       | Commit   | Download
 <p>Choose a source distribution in either <em>tar</em> or <em>zip</em> format,
 and <a href="http://www.apache.org/dyn/closer.cgi#verify">verify</a>
 using the corresponding <em>pgp</em> signature (using the committer file in
-<a href="http://www.apache.org/dist/livy/KEYS">KEYS</a>).
+<a href="http://www.apache.org/dist/incubator/livy/KEYS">KEYS</a>).
 If you cannot do that, the <em>md5</em> hash file may be used to check that the
 download has completed OK.</p>
 
@@ -176,7 +211,7 @@ If a download from a mirror fails, retry, and the second download will likely
 succeed.</p>
 
 <p>For security, hash and signature files are always hosted at
-<a href="https://www.apache.org/dist">Apache</a>.</p>
+<a href="https://www.apache.org/dist/incubator/livy/">Apache</a>.</p>
 
 
   </div>

http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/3fb606f5/content/feed.xml
----------------------------------------------------------------------
diff --git a/content/feed.xml b/content/feed.xml
index dee6a7e..4158878 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -5,9 +5,39 @@
     <description></description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Mon, 04 Sep 2017 08:56:43 +0800</pubDate>
-    <lastBuildDate>Mon, 04 Sep 2017 08:56:43 +0800</lastBuildDate>
+    <pubDate>Mon, 04 Sep 2017 09:10:41 +0800</pubDate>
+    <lastBuildDate>Mon, 04 Sep 2017 09:10:41 +0800</lastBuildDate>
     <generator>Jekyll v3.4.5</generator>
     
+      <item>
+        <title>Release 0.4.0</title>
+        <description>&lt;!--
+
+--&gt;
+
+&lt;p&gt;This is our first Apache release!&lt;/p&gt;
+
+&lt;p&gt;We’re excited to be in the Apache Incubator.&lt;/p&gt;
+
+&lt;p&gt;New features&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/LIVY-87&quot;&gt;LIVY-87&lt;/a&gt;]
+Create a Livy Web UI to monitor sessions&lt;/li&gt;
+  &lt;li&gt;[&lt;a href=&quot;https://issues.apache.org/jira/browse/LIVY-348&quot;&gt;LIVY-348&lt;/a&gt;]
+Improve Livy’s ACLs&lt;/li&gt;
+&lt;/ul&gt;
+</description>
+        <pubDate>Fri, 01 Sep 2017 20:00:00 +0800</pubDate>
+        <link>/news/2017/09/01/release-0.4.0/</link>
+        <guid isPermaLink="true">/news/2017/09/01/release-0.4.0/</guid>
+        
+        <category>v0-4-0-incubating</category>
+        
+        
+        <category>release</category>
+        
+      </item>
+    
   </channel>
 </rss>

http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/3fb606f5/content/history/index.html
----------------------------------------------------------------------
diff --git a/content/history/index.html b/content/history/index.html
index 93d41c4..2d294c0 100644
--- a/content/history/index.html
+++ b/content/history/index.html
@@ -143,32 +143,25 @@
 
 -->
 
-<h2 id="apache-livy-downloads">Apache Livy Downloads</h2>
+<h2 id="apache-livy-releases">Apache Livy Releases</h2>
 
 <p>For a full list of releases, see
 <a href="https://github.com/apache/incubator-livy/releases">GitHub</a>.
 Downloads are available on the
 <a href="/download">downloads page</a>.</p>
 
-<!-- COMMENTED OUT UNTIL FIRST RELEASE
-## <a href="https://github.com/apache/incubator-livy/releases/tag/livy-0.2.0">0.2.0</a> / 2015-11-10
-{: #v0-2-0}
+<h2 id="v0-4-0-incubating"><a href="https://github.com/apache/incubator-livy/releases/tag/v0.4.0-incubating">0.4.0-incubating</a> / 2017-09-01</h2>
 
-Our second release!
+<p>Our first Apache release!</p>
 
-New features
+<p>New features</p>
 
-* [<a href="https://issues.apache.org/jira/browse/FOO-911">FOO-911</a>]
-  Add a variant of `FooSchema` that does not cache sub-objects
-* [<a href="https://issues.apache.org/jira/browse/FOO-845">FOO-845</a>]
-  Derive `FOO` return type by a customizable policy
-
-## <a href="https://github.com/apache/incubator-livy/releases/tag/livy-0.1.0">0.1.0</a> / 2015-09-25
-{: #v0-1-0}
-
-Our first release!
-
--->
+<ul>
+  <li>[<a href="https://issues.apache.org/jira/browse/LIVY-87">LIVY-87</a>]
+Create a Livy Web UI to monitor sessions</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/LIVY-348">LIVY-348</a>]
+Improve Livy’s ACLs</li>
+</ul>
 
   </div>
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/3fb606f5/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 5cc09e7..02f9036 100644
--- a/content/index.html
+++ b/content/index.html
@@ -133,6 +133,8 @@
     <p>An REST Service for Apache Spark</p>
 
     
+       <a href="download" class="btn btn-primary btn-lg bigFingerButton" role="button">Get Livy 0.4.0-incubating</a></p>
+    
   </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/3fb606f5/content/news/2017/09/01/release-0.4.0/index.html
----------------------------------------------------------------------
diff --git a/content/news/2017/09/01/release-0.4.0/index.html b/content/news/2017/09/01/release-0.4.0/index.html
new file mode 100644
index 0000000..1059db8
--- /dev/null
+++ b/content/news/2017/09/01/release-0.4.0/index.html
@@ -0,0 +1,268 @@
+
+
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Release 0.4.0</title>
+    
+    <meta name="author" content="">
+
+    <!-- Enable responsive viewport -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <!-- Le styles -->
+    <link href="/assets/themes/apache/bootstrap/css/bootstrap.css" rel="stylesheet">
+    <link href="/assets/themes/apache/css/style.css?body=1" rel="stylesheet" type="text/css">
+    <link href="/assets/themes/apache/css/syntax.css" rel="stylesheet"  type="text/css" media="screen" />
+    <!-- Le fav and touch icons -->
+    <!-- Update these with your own images
+    <link rel="shortcut icon" href="images/favicon.ico">
+    <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
+    <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
+    <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
+  -->
+
+  </head>
+
+  <body>
+
+        <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/">
+              <img src="/assets/themes/apache/img/logo.png" width="50">
+              Apache Livy
+          </a>
+        </div>
+
+          <nav class="navbar-collapse collapse" role="navigation">
+              <ul class="nav navbar-nav navbar-right">
+                  
+                  <li id="get-started">
+                      
+                      
+                      <a href="/get-started" target="_self">Get Started</a>
+                      
+                  </li>
+                  
+                  <li id="documentation">
+                      
+                      <a href="#" data-toggle="dropdown" class="dropdown-toggle">Documentation<b class="caret"></b></a>
+                      <ul class="dropdown-menu dropdown-left">
+                          
+                          
+                          <li><a href="/docs/latest/rest-api.html" target="_self">REST API</a></li>
+                          
+                          
+                          <li><a href="/docs/latest/programmatic-api.html" target="_self">Programmatic API</a></li>
+                          
+                          
+                          <li><a href="/examples" target="_self">Examples</a></li>
+                          
+                      </ul>
+                      
+                  </li>
+                  
+                  <li id="community">
+                      
+                      <a href="#" data-toggle="dropdown" class="dropdown-toggle">Community<b class="caret"></b></a>
+                      <ul class="dropdown-menu dropdown-left">
+                          
+                          
+                          <li><a href="/community" target="_self">Get Involved</a></li>
+                          
+                          
+                          <li><a href="/community-members" target="_self">Project Committers</a></li>
+                          
+                          
+                          <li><a href="https://issues.apache.org/jira/browse/LIVY" target="_blank">Issue Tracker</a></li>
+                          
+                          
+                          <li><a href="https://github.com/apache/incubator-livy" target="_blank">Source Code</a></li>
+                          
+                          
+                          <li><a href="https://github.com/apache/incubator-livy-website" target="_blank">Website Source Code</a></li>
+                          
+                      </ul>
+                      
+                  </li>
+                  
+                  <li id="apache">
+                      
+                      <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
+                      <ul class="dropdown-menu dropdown-left">
+                          
+                          
+                          <li><a href="http://www.apache.org/foundation/how-it-works.html" target="_blank">Apache Software Foundation</a></li>
+                          
+                          
+                          <li><a href="http://www.apache.org/licenses/" target="_blank">Apache License</a></li>
+                          
+                          
+                          <li><a href="http://www.apache.org/foundation/sponsorship" target="_blank">Sponsorship</a></li>
+                          
+                          
+                          <li><a href="http://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li>
+                          
+                      </ul>
+                      
+                  </li>
+                  
+              </ul>
+          </nav><!--/.navbar-collapse -->
+
+      </div>
+    </div>
+
+
+
+
+    <div class="container">
+      
+
+<div class="page-header">
+  <h1>Release 0.4.0 </h1>
+</div>
+
+<div class="row-fluid post-full">
+  <div class="span12">
+    <div class="date">
+      <span>01 September 2017</span>
+    </div>
+    <div class="content">
+      <!--
+
+-->
+
+<p>This is our first Apache release!</p>
+
+<p>We’re excited to be in the Apache Incubator.</p>
+
+<p>New features</p>
+
+<ul>
+  <li>[<a href="https://issues.apache.org/jira/browse/LIVY-87">LIVY-87</a>]
+Create a Livy Web UI to monitor sessions</li>
+  <li>[<a href="https://issues.apache.org/jira/browse/LIVY-348">LIVY-348</a>]
+Improve Livy’s ACLs</li>
+</ul>
+
+    </div>
+
+  
+    <ul class="tag_box inline">
+      <li><i class="icon-folder-open"></i></li>
+      
+      
+
+
+  
+     
+    	<li><a href="#release-ref">
+    		release <span>1</span>
+    	</a></li>
+    
+  
+
+
+    </ul>
+    
+
+  
+    <ul class="tag_box inline">
+      <li><i class="icon-tags"></i></li>
+      
+      
+
+
+  
+     
+    	<li><a href="#v0-4-0-incubating-ref">v0-4-0-incubating <span>1</span></a></li>
+    
+  
+
+
+
+    </ul>
+    
+
+    <hr>
+    <div class="pagination">
+      <ul>
+      
+        <li class="prev disabled"><a>&larr; Previous</a></li>
+      
+        <li><a href="">Archive</a></li>
+      
+        <li class="next disabled"><a>Next &rarr;</a>
+      
+      </ul>
+    </div>
+    <hr>
+    
+  </div>
+</div>
+
+
+      <hr>
+      <footer>
+        <!-- <p>&copy; 2017 </p>-->
+        <footer class="site-footer">
+    <div class="wrapper">
+        <div class="footer-col-wrapper">
+            
+            Apache Livy is an effort undergoing <a href="https://incubator.apache.org/index.html">Incubation</a>
+            at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly
+            accepted projects until a further review indicates that the infrastructure, communications, and decision
+            making process have stabilized in a manner consistent with other successful ASF projects. While incubation
+            status is not necessarily a reflection of the completeness or stability of the code, it does indicate that
+            the project has yet to be fully endorsed by the ASF.
+            <hr>
+            
+            <div style="text-align:center;">
+                
+                <div style="margin-top: 20px; margin-bottom: 20px;">
+                    <a href="http://incubator.apache.org"><img src="/assets/themes/apache/img/egg-logo.png"
+                                                               alt="Apache Incubator"
+                                                               height="30%" width="30%"/></a>
+                </div>
+                
+                <div>
+                    Copyright &copy; 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>.
+                    Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
+                    2.0</a>.
+                    <br>
+                    
+                    Apache, the Apache Feather logo, and the Apache Incubator project logo are trademarks of The Apache
+                    Software Foundation.
+                    
+                </div>
+            </div>
+        </div>
+    </div>
+</footer>
+
+      </footer>
+    </div>
+
+    
+    <script src="/assets/themes/apache/jquery/jquery-2.1.1.min.js"></script>
+
+    <script src="/assets/themes/apache/bootstrap/js/bootstrap.min.js"></script>
+
+
+  </body>
+</html>
+