hammerlab/spark-util

Name: spark-util

Owner: Hammer Lab

Description: Low-level helpers for Spark libraries and tests

Created: 2016-11-13 16:29:40.0

Updated: 2017-11-30 18:39:07.0

Pushed: 2018-01-13 21:06:09.0

Homepage: null

Size: 65

Language: Scala

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

spark-util

Build Status Coverage Status Maven Central

Spark, Hadoop, and Kryo utilities

Kryo registration

Classes that implement the Registrar interface can use various shorthands for registering classes with Kryo.

Adapted from RegistrationTest:

ster(
s[A],                  // comes with an AlsoRegister that loops in other classes
r[Foo],                // register a class and an Array of that class
s[B] ? BSerializer(),  // use a custom Serializer
Registrar              // register all of another Registrar's registrations

Configuration/Context wrappers
Spark Configuration
Misc

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.