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 2018/06/15 03:11:44 UTC

incubator-livy-website git commit: Publishing from 293dcc865131d00fb66d7ed283544758a92653aa

Repository: incubator-livy-website
Updated Branches:
  refs/heads/asf-site 579916d45 -> 281e56f2f


Publishing from 293dcc865131d00fb66d7ed283544758a92653aa


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/281e56f2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/tree/281e56f2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/diff/281e56f2

Branch: refs/heads/asf-site
Commit: 281e56f2f8e934b192992714667e09a5802293d8
Parents: 579916d
Author: jerryshao <ss...@hortonworks.com>
Authored: Fri Jun 15 11:10:31 2018 +0800
Committer: jerryshao <ss...@hortonworks.com>
Committed: Fri Jun 15 11:10:31 2018 +0800

----------------------------------------------------------------------
 content/feed.xml                        | 8 ++++----
 content/get-started/index.html          | 2 +-
 content/third-party-projects/index.html | 7 ++++++-
 3 files changed, 11 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/281e56f2/content/feed.xml
----------------------------------------------------------------------
diff --git a/content/feed.xml b/content/feed.xml
index e144f45..99a259a 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>/</link>
     <atom:link href="/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Wed, 02 May 2018 12:48:58 -0700</pubDate>
-    <lastBuildDate>Wed, 02 May 2018 12:48:58 -0700</lastBuildDate>
+    <pubDate>Fri, 15 Jun 2018 11:10:28 +0800</pubDate>
+    <lastBuildDate>Fri, 15 Jun 2018 11:10:28 +0800</lastBuildDate>
     <generator>Jekyll v3.4.5</generator>
     
       <item>
@@ -44,7 +44,7 @@ Support multiple languages in a single Session&lt;/p&gt;
   &lt;/li&gt;
 &lt;/ul&gt;
 </description>
-        <pubDate>Mon, 05 Feb 2018 04:00:00 -0800</pubDate>
+        <pubDate>Mon, 05 Feb 2018 20:00:00 +0800</pubDate>
         <link>/news/2018/02/05/release-0.5.0/</link>
         <guid isPermaLink="true">/news/2018/02/05/release-0.5.0/</guid>
         
@@ -74,7 +74,7 @@ Create a Livy Web UI to monitor sessions&lt;/li&gt;
 Improve Livy’s ACLs&lt;/li&gt;
 &lt;/ul&gt;
 </description>
-        <pubDate>Fri, 01 Sep 2017 05:00:00 -0700</pubDate>
+        <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>
         

http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/281e56f2/content/get-started/index.html
----------------------------------------------------------------------
diff --git a/content/get-started/index.html b/content/get-started/index.html
index f2b712f..01b17fe 100644
--- a/content/get-started/index.html
+++ b/content/get-started/index.html
@@ -168,7 +168,7 @@ builds of Spark. To run Livy with local sessions, first export these variables:<
 
 <p>Then start the server with:</p>
 
-<p><code class="highlighter-rouge">./bin/livy-server</code></p>
+<p><code class="highlighter-rouge">./bin/livy-server start</code></p>
 
 <p>Livy uses the Spark configuration under <code class="highlighter-rouge">SPARK_HOME</code> by default. You can override the Spark configuration by setting the
 <code class="highlighter-rouge">SPARK_CONF_DIR</code> environment variable before starting Livy.</p>

http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/281e56f2/content/third-party-projects/index.html
----------------------------------------------------------------------
diff --git a/content/third-party-projects/index.html b/content/third-party-projects/index.html
index b0d1d1b..a9be477 100644
--- a/content/third-party-projects/index.html
+++ b/content/third-party-projects/index.html
@@ -160,7 +160,12 @@ Please open a pull request <a href="https://github.com/apache/incubator-livy-web
 <h3 id="clients">Clients</h3>
 
 <ul>
-  <li><a href="https://www.npmjs.com/package/node-livy-client">node-livy-client</a> - Livy client written in NodeJS</li>
+  <li>
+    <p><a href="https://www.npmjs.com/package/node-livy-client">node-livy-client</a> - Livy client written in NodeJS</p>
+  </li>
+  <li>
+    <p><a href="https://github.com/maropu/spark-sql-server">spark-sql-server</a> - A Spark SQL server based on the PostgreSQL V3 protocol</p>
+  </li>
 </ul>