Skip to content

Commit

Permalink
version change
Browse files Browse the repository at this point in the history
  • Loading branch information
ondra-m committed Sep 26, 2015
1 parent 99ea98e commit 5c83bc9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Unreleased

## 1.3.0

- new method on RDD (lookup)
- fix sbt url
- Spark 1.5.0

## 1.2.0 (15.06.2015)

- target folder is now located at HOME
Expand Down
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
- add_rb, add_inline_rb to Spark::{Context, RDD}
- fix broadcast for cluster
- dump to disk if there is memory limit
- Add Partitioner to RDD
2 changes: 1 addition & 1 deletion ext/spark/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ assemblySettings

// Default values
val defaultScalaVersion = "2.10.4"
val defaultSparkVersion = "1.3.0"
val defaultSparkVersion = "1.5.0"
val defaultSparkCoreVersion = "2.10"
val defaultTargetDir = "target"
val defaultHadoopVersion = "1.0.4"
Expand Down
2 changes: 1 addition & 1 deletion lib/spark/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Build

DEFAULT_SCALA_VERSION = '2.10.4'
DEFAULT_CORE_VERSION = '2.10'
DEFAULT_SPARK_VERSION = '1.4.0'
DEFAULT_SPARK_VERSION = '1.5.0'
DEFAULT_HADOOP_VERSION = '1.0.4'

SBT = 'sbt/sbt'
Expand Down

0 comments on commit 5c83bc9

Please sign in to comment.