Skip to content

Commit

Permalink
Adding a CHANGES file and bumping version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Argyris Zymnis committed Mar 2, 2012
1 parent c3f2640 commit 815f25e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 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.
6 changes: 5 additions & 1 deletion 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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ import AssemblyKeys._

name := "scalding"

version := "0.3.4"
version := "0.3.5"

organization := "com.twitter"

Expand Down
2 changes: 1 addition & 1 deletion scripts/scald.rb
Expand Up @@ -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 <job args>
# --hdfs: if job ends in ".scala" or ".java" and the file exists, link it against JARFILE (below) and then run it on HOST.
Expand Down

0 comments on commit 815f25e

Please sign in to comment.