From 815f25eedfbda106385d4e3331ef265b7d68cb45 Mon Sep 17 00:00:00 2001 From: Argyris Zymnis Date: Fri, 2 Mar 2012 08:54:43 -0800 Subject: [PATCH] Adding a CHANGES file and bumping version to 0.3.5 --- CHANGES.md | 6 ++++++ README.md | 6 +++++- build.sbt | 2 +- scripts/scald.rb | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000000..396af29988 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,6 @@ +# Scalding # + +### Version 0.3.5 ### + +ISSUE 21: move JobTest into main +ISSUE 20: Adding a source for the most recent good date path. diff --git a/README.md b/README.md index 2c111bfbac..26a156cdc6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Scalding + +Current version: 0.3.5 + +## Summary Scalding is a library that has two components: * a scala DSL to make map-reduce computations look very similar to scala's collection API @@ -41,7 +45,7 @@ recommendations: We use Travis-ci.org to verify the build: [![Build Status](https://secure.travis-ci.org/twitter/scalding.png)](http://travis-ci.org/twitter/scalding) -The current version is 0.3.4 and available from maven central: org="com.twitter", artifact="scalding_2.8.1". +The current version is 0.3.5 and available from maven central: org="com.twitter", artifact="scalding_2.8.1". ## Comparison to Scrunch/Scoobi Scalding comes with an executable tutorial set that does not require a Hadoop diff --git a/build.sbt b/build.sbt index be90aaac74..32d30ccd6e 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import AssemblyKeys._ name := "scalding" -version := "0.3.4" +version := "0.3.5" organization := "com.twitter" diff --git a/scripts/scald.rb b/scripts/scald.rb index a211319f88..eb57b2ba83 100755 --- a/scripts/scald.rb +++ b/scripts/scald.rb @@ -2,7 +2,7 @@ require 'fileutils' require 'thread' -SCALDING_VERSION="0.3.4" +SCALDING_VERSION="0.3.5" #Usage : scald.rb [--hdfs|--local|--print] job # --hdfs: if job ends in ".scala" or ".java" and the file exists, link it against JARFILE (below) and then run it on HOST.