sparkschema2class


License

License

GroupId

GroupId

com.github.piotr-kalanski
ArtifactId

ArtifactId

sparkschema2class_2.11
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

sparkschema2class
sparkschema2class
Project URL

Project URL

https://github.com/piotr-kalanski/sparkschema2class
Project Organization

Project Organization

com.github.piotr-kalanski
Source Code Management

Source Code Management

https://github.com/piotr-kalanski/sparkschema2class

Download sparkschema2class_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.piotr-kalanski/sparkschema2class_2.11/ -->
<dependency>
    <groupId>com.github.piotr-kalanski</groupId>
    <artifactId>sparkschema2class_2.11</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.piotr-kalanski/sparkschema2class_2.11/
implementation 'com.github.piotr-kalanski:sparkschema2class_2.11:0.1.0'
// https://jarcasting.com/artifacts/com.github.piotr-kalanski/sparkschema2class_2.11/
implementation ("com.github.piotr-kalanski:sparkschema2class_2.11:0.1.0")
'com.github.piotr-kalanski:sparkschema2class_2.11:jar:0.1.0'
<dependency org="com.github.piotr-kalanski" name="sparkschema2class_2.11" rev="0.1.0">
  <artifact name="sparkschema2class_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.piotr-kalanski', module='sparkschema2class_2.11', version='0.1.0')
)
libraryDependencies += "com.github.piotr-kalanski" % "sparkschema2class_2.11" % "0.1.0"
[com.github.piotr-kalanski/sparkschema2class_2.11 "0.1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
org.apache.spark : spark-sql_2.11 jar 2.1.0
org.apache.spark : spark-hive_2.11 jar 2.1.0

Project Modules

There are no modules declared in this project.

sparkschema2class

Scala case class generator based on Spark DataFrame schema

Build Status codecov.io Stories in Ready License

Table of contents

Goals

  • Generate Scala case class based on Spark DataFrame schema

Getting started

Include dependencies

"com.github.piotr-kalanski" % "sparkschema2class_2.11" % "0.1.0"

or

<dependency>
    <groupId>com.github.piotr-kalanski</groupId>
    <artifactId>sparkschema2class_2.11</artifactId>
    <version>0.1.0</version>
</dependency>

Examples

Versions

Version
0.1.0