spark-sql-server (homepage)

Yet Another Spark SQL JDBC/ODBC server based on the PostgreSQL protocol

@maropu / (0)

A Spark SQL server based on the PostgreSQL V3 protocol. This is just a prototype to check feasibility for yet another SQL JDBC/ODBC server in Apache Spark.


Tags (No tags yet, login to add one. )


How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages maropu:spark-sql-server:0.1.7-spark2.4

sbt

If you use the sbt-spark-package plugin, in your sbt build file, add:

spDependencies += "maropu/spark-sql-server:0.1.7-spark2.4"

Otherwise,

resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/"

libraryDependencies += "maropu" % "spark-sql-server" % "0.1.7-spark2.4"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>maropu</groupId>
    <artifactId>spark-sql-server</artifactId>
    <version>0.1.7-spark2.4</version>
  </dependency>
</dependencies>
<repositories>
  <!-- list of other repositories -->
  <repository>
    <id>SparkPackagesRepo</id>
    <url>https://repos.spark-packages.org/</url>
  </repository>
</repositories>

Releases

Version: 0.1.7-spark2.4 ( 06dfb2 | zip | jar ) / Date: 2018-11-14 / License: Apache-2.0 / Scala version: 2.11

Version: 0.1.6-spark2.3 ( 40c7ab | zip | jar ) / Date: 2018-06-14 / License: Apache-2.0 / Scala version: 2.11

Version: 0.1.5-spark2.3 ( 9831ec | zip | jar ) / Date: 2018-06-01 / License: Apache-2.0 / Scala version: 2.11

Version: 0.1.4-spark2.3 ( 0903ea | zip | jar ) / Date: 2018-06-01 / License: Apache-2.0 / Scala version: 2.11

Version: 0.1.3-spark2.3 ( ec807e | zip | jar ) / Date: 2018-05-31 / License: Apache-2.0 / Scala version: 2.11

Version: 0.1.2-spark2.3 ( 75b274 | zip | jar ) / Date: 2018-04-18 / License: Apache-2.0 / Scala version: 2.11

Version: 0.1.1 ( ee7855 | zip | jar ) / Date: 2018-03-27 / License: Apache-2.0 / Scala version: 2.11

Version: 0.1.0 ( 6be969 | zip | jar ) / Date: 2017-10-11 / License: Apache-2.0 / Scala version: 2.11