Skip to content
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.

Commit

Permalink
Update Storm to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed Dec 2, 2014
1 parent 37bc20a commit 5521ee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ BACKWARDS INCOMPATIBILITIES

IMPROVEMENTS

* Use Storm 0.9.2. This includes two notable improvements:
* We can and do use the Kafka 0.8 compatible Kafka spout included in Storm 0.9.2.
* Use Storm 0.9.3. This includes two notable improvements:
* We can and do use the Kafka 0.8 compatible Kafka spout included in Storm 0.9.2+.
* We use ZooKeeper 3.4.5, up from 3.3.x before.
* Add Spark Streaming example, which reads from Kafka and writes to Kafka. The streaming job is fucntionally equivalent
to the test topologies in `KafkaStormSpec`.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resolvers ++= Seq(
val bijectionVersion = "0.6.3"
val chillVersion = "0.4.0"
val sparkVersion = "1.1.0"
val stormVersion = "0.9.2-incubating"
val stormVersion = "0.9.3"

libraryDependencies ++= Seq(
"com.twitter" %% "bijection-core" % bijectionVersion,
Expand Down

0 comments on commit 5521ee8

Please sign in to comment.