spark-images (homepage)

Image schema and ingress support for Spark DataFrames

@Microsoft / (0)

This is a pre-built Spark package based on the Spark Images project at http://www.github.com/Microsoft/spark-images


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 Microsoft:spark-images:0.1

sbt

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

spDependencies += "Microsoft/spark-images:0.1"

Otherwise,

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

libraryDependencies += "Microsoft" % "spark-images" % "0.1"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>Microsoft</groupId>
    <artifactId>spark-images</artifactId>
    <version>0.1</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 ( 822234 | zip | jar ) / Date: 2017-10-03 / License: Apache-2.0