Skip to content

Commit

Permalink
Set Scalding version
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Narang committed Feb 15, 2017
1 parent 6f11ced commit 31117d9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,17 @@ We use [Coveralls](https://coveralls.io/r/twitter/scalding) for code coverage re

Scalding modules are available from maven central.

The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.16.0-RC1`.
The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.17.0`.

Current published artifacts are

* `scalding-core_2.10`
* `scalding-args_2.10`
* `scalding-date_2.10`
* `scalding-commons_2.10`
* `scalding-avro_2.10`
* `scalding-parquet_2.10`
* `scalding-repl_2.10`
* `scalding-core_2.10`, `scalding-core_2.11`
* `scalding-args_2.10`, `scalding-args_2.11`
* `scalding-date_2.10`, `scalding-date_2.11`
* `scalding-commons_2.10`, `scalding-commons_2.11`
* `scalding-avro_2.10`, `scalding-avro_2.11`
* `scalding-parquet_2.10`, `scalding-parquet_2.11`
* `scalding-repl_2.10`, `scalding-repl_2.11`


The suffix denotes the scala version.
Expand Down
2 changes: 1 addition & 1 deletion scalding-core/src/main/scala/com/twitter/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ package object scalding {
/**
* Make sure this is in sync with version.sbt
*/
val scaldingVersion: String = "0.16.0"
val scaldingVersion: String = "0.17.0"

object RichPathFilter {
implicit def toRichPathFilter(f: PathFilter) = new RichPathFilter(f)
Expand Down
2 changes: 1 addition & 1 deletion tutorial/execution-tutorial/ExecutionTutorial.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To test it, first build the assembly jar from root directory:
./sbt execution-tutorial/assembly
Run:
scala -classpath tutorial/execution-tutorial/target/execution-tutorial-assembly-0.16.0.jar \
scala -classpath tutorial/execution-tutorial/target/execution-tutorial-assembly-0.17.0.jar \
com.twitter.scalding.tutorial.MyExecJob --local \
--input tutorial/data/hello.txt \
--output tutorial/data/execution_output.txt
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.16.1-SNAPSHOT"
version in ThisBuild := "0.17.0"

0 comments on commit 31117d9

Please sign in to comment.