Library with common objects used in other Spark/Scala projects
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.
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
In order to build and deploy this library, perform the following commands:
$ sbt compile
$ sbt publishLocal
All changes are listed in CHANGELOG.md
General-purpose links and information are listed here.