spark-netezza (homepage)

Spark Netezza Connector

@SparkTC / (0)

A data source library to load data into Spark SQL DataFrames from IBM(c) Netezza(c) database.


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 com.ibm.SparkTC:spark-netezza_2.10:0.1.1

sbt

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

spDependencies += "SparkTC/spark-netezza:0.1.1"

Otherwise,

libraryDependencies += "com.ibm.SparkTC" % "spark-netezza_2.10" % "0.1.1"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>com.ibm.SparkTC</groupId>
    <artifactId>spark-netezza_2.10</artifactId>
    <version>0.1.1</version>
  </dependency>
</dependencies>

Releases

Version: 0.1.1-s_2.10 ( dd1295 | zip | jar ) / Date: 2016-02-06 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 19% , - 78% , - 58% , - 90% , - 69% , - 100%