You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2016/04/29 18:18:24 UTC

[1/3] storm git commit: update the java version.

Repository: storm
Updated Branches:
  refs/heads/master 27be83b29 -> a5369374c


update the java version.

Storm drops supporting JDK 1.6 in Apache Storm 0.10.0 and above.

Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/99fcc34c
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/99fcc34c
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/99fcc34c

Branch: refs/heads/master
Commit: 99fcc34c106eb61c41d2ed721c52cd5b531c59b4
Parents: 4ea8840
Author: Carey Tzou <zi...@gmail.com>
Authored: Wed Apr 27 13:35:42 2016 +0800
Committer: Carey Tzou <zi...@gmail.com>
Committed: Wed Apr 27 13:35:42 2016 +0800

----------------------------------------------------------------------
 docs/Setting-up-a-Storm-cluster.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/99fcc34c/docs/Setting-up-a-Storm-cluster.md
----------------------------------------------------------------------
diff --git a/docs/Setting-up-a-Storm-cluster.md b/docs/Setting-up-a-Storm-cluster.md
index 2b58703..45005e2 100644
--- a/docs/Setting-up-a-Storm-cluster.md
+++ b/docs/Setting-up-a-Storm-cluster.md
@@ -28,7 +28,7 @@ A few notes about Zookeeper deployment:
 
 Next you need to install Storm's dependencies on Nimbus and the worker machines. These are:
 
-1. Java 6
+1. Java 7
 2. Python 2.6.6
 
 These are the versions of the dependencies that have been tested with Storm. Storm may or may not work with different versions of Java and/or Python.


[2/3] storm git commit: Merge branch 'master' of github.com:ziyunhx/storm

Posted by pt...@apache.org.
Merge branch 'master' of github.com:ziyunhx/storm


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/faf2f08e
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/faf2f08e
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/faf2f08e

Branch: refs/heads/master
Commit: faf2f08ea98d1fcb0b5db46632d6bc42a963d597
Parents: 27be83b 99fcc34
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Apr 29 12:18:06 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Apr 29 12:18:06 2016 -0400

----------------------------------------------------------------------
 docs/Setting-up-a-Storm-cluster.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[3/3] storm git commit: add STORM-1739 to changelog

Posted by pt...@apache.org.
add STORM-1739 to changelog


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/a5369374
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/a5369374
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/a5369374

Branch: refs/heads/master
Commit: a5369374cf2fe7b1146685bb3581098abea56f1d
Parents: faf2f08
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Apr 29 12:18:13 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Apr 29 12:18:13 2016 -0400

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/a5369374/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0fd5e0..0f65d67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-1739: update the minor JAVA version dependency in 0.10.0 and above
  * STORM-1733: Flush stdout before calling "os.execvp" to prevent log loss
  * STORM-1535: Make sure hdfs key tab login happens only once for multiple components
  * STORM-1544: Document Debug/Sampling of Topologies