Skip to content

Library with common objects used in other Spark/Scala projects

Notifications You must be signed in to change notification settings

andersonkmi/spark-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spark Utils Build Status

Library with common objects used in other Spark/Scala projects

1. Introduction

This project contains some shared classes/objects used in other Spark projects I have developed so far and since I got tired of copying and pasting the same bits of code, I realized it was about time to create this repo.

2. Description

Some of the classes found here are related to:

  • Command line argument parsing
  • Timer utils
  • Decompressing data (zip format)
  • File utils
  • REST client util
  • Data utils

3. Build and deploy

In order to build and deploy this library, perform the following commands:

$ sbt compile
$ sbt publishLocal

4. Changelog

All changes are listed in CHANGELOG.md

5. References

General-purpose links and information are listed here.

About

Library with common objects used in other Spark/Scala projects

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages