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:02:24 UTC

incubator-livy-website git commit: Add a new link in third-party-projects.md

Repository: incubator-livy-website
Updated Branches:
  refs/heads/master fc83685b3 -> 293dcc865


Add a new link in third-party-projects.md

This pr added a new link in `third-party-projects.md`. I'm working on a Spark SQL server based on the PostgreSQL V3 protocol; it uses `Livy` for managing multiple `SparkContext` (See for details: https://github.com/maropu/spark-sql-server#execution-modes)

Author: Takeshi Yamamuro <ya...@apache.org>

Closes #23 from maropu/AddLink.


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

Branch: refs/heads/master
Commit: 293dcc865131d00fb66d7ed283544758a92653aa
Parents: fc83685
Author: Takeshi Yamamuro <ya...@apache.org>
Authored: Fri Jun 15 11:02:19 2018 +0800
Committer: jerryshao <ss...@hortonworks.com>
Committed: Fri Jun 15 11:02:19 2018 +0800

----------------------------------------------------------------------
 site/third-party-projects.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-livy-website/blob/293dcc86/site/third-party-projects.md
----------------------------------------------------------------------
diff --git a/site/third-party-projects.md b/site/third-party-projects.md
index 96511c8..9bd6474 100644
--- a/site/third-party-projects.md
+++ b/site/third-party-projects.md
@@ -34,3 +34,5 @@ Please open a pull request [here]({{ site.data.project.website_repository_mirror
 
 * [node-livy-client](https://www.npmjs.com/package/node-livy-client) - Livy client written in NodeJS
 
+* [spark-sql-server](https://github.com/maropu/spark-sql-server) - A Spark SQL server based on the PostgreSQL V3 protocol
+