saurfang / sparksql-protobuf   0.1.3

Apache License 2.0 Website GitHub

Read SparkSQL parquet file as RDD[Protobuf]

Scala versions: 2.11 2.10

sparksql-protobuf 0.1.2


Group ID:
com.github.saurfang
Artifact ID:
sparksql-protobuf_2.10
Version:
0.1.2
Release Date:
Aug 18, 2015
Licenses:

libraryDependencies += "com.github.saurfang" %% "sparksql-protobuf" % "0.1.2"
resolvers += Resolver.bintrayRepo("saurfang", "maven")

Mill build tool

ivy"com.github.saurfang::sparksql-protobuf:0.1.2"
MavenRepository("https://dl.bintray.com/saurfang/maven")

Scala CLI

//> using dep "com.github.saurfang::sparksql-protobuf:0.1.2"

Ammonite REPL

import $ivy.`com.github.saurfang::sparksql-protobuf:0.1.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray saurfang maven",
  "Some(https://dl.bintray.com/saurfang/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.saurfang</groupId>
  <artifactId>sparksql-protobuf_2.10</artifactId>
  <version>0.1.2</version>
</dependency>

compile group: 'com.github.saurfang', name: 'sparksql-protobuf_2.10', version: '0.1.2'