spark-hdf5 (homepage)

A plugin to enable Apache Spark to read HDF5 files

@LLNL / (0)

Integrates HDF5 into Spark


Tags

  • 1|sql
  • 1|input
  • 1|hdf5

How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages LLNL:spark-hdf5:0.0.4

sbt

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

spDependencies += "LLNL/spark-hdf5:0.0.4"

Otherwise,

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

libraryDependencies += "LLNL" % "spark-hdf5" % "0.0.4"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>LLNL</groupId>
    <artifactId>spark-hdf5</artifactId>
    <version>0.0.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.0.4 ( 2ba1a8 | zip | jar ) / Date: 2016-09-10 / License: Apache-2.0 / Scala version: 2.10

Version: 0.0.3 ( 68b419 | zip | jar ) / Date: 2016-08-17 / License: Apache-2.0 / Scala version: 2.10

Version: 0.0.2 ( 1b1314 | zip | jar ) / Date: 2016-08-15 / License: Apache-2.0 / Scala version: 2.10

Version: 0.0.1 ( b6855a | zip | jar ) / Date: 2016-08-09 / License: Apache-2.0 / Scala version: 2.10