spark-xml (homepage)

XML data source for Spark SQL and DataFrames

@HyukjinKwon / (1)

Spark XML Datasource


Tags

  • 1|sql
  • 1|SparkSQL
  • 1|DataSource
  • 1|xml

How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages HyukjinKwon:spark-xml:0.1.1-s_2.10

sbt

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

spDependencies += "HyukjinKwon/spark-xml:0.1.1-s_2.10"

Otherwise,

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

libraryDependencies += "HyukjinKwon" % "spark-xml" % "0.1.1-s_2.10"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>HyukjinKwon</groupId>
    <artifactId>spark-xml</artifactId>
    <version>0.1.1-s_2.10</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.1-s_2.10 ( 43adcd | zip | jar ) / Date: 2015-11-19 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 22% , - 92% , - 26% , - 100% , - 6% , - 79%

Version: 0.1.1-s_2.11 ( 43adcd | zip | jar ) / Date: 2015-11-19 / License: Apache-2.0 / Scala version: 2.11

Spark Scala/Java API compatibility: - 26% , - 100% , - 79% , - 92%

Version: 0.1-s_2.11 ( 8ab44a | zip ) / Date: 2015-11-19 / License: Apache-2.0

Version: spark-xml:0.1-s_2.11 ( 8ab44a | zip ) / Date: 2015-11-19 / License: Apache-2.0

Version: 0.1-s_2.10 ( 8ab44a | zip ) / Date: 2015-11-19 / License: Apache-2.0