Semantic Versioning

All developer should follow this convention while publishing releases.

From semver.org:

Given a version number MAJOR.MINOR.PATCH, increment the:

 
0
Kudos
 
0
Kudos

Now read this

First Experiences with Scalding

Recently, I’ve been evaluating using Scalding to replace some parts of our ETL. Scalding is a Scala library that makes it easy to specify Hadoop MapReduce jobs. Scalding is built on top of Cascading, a Java library that abstracts away... Continue →