You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by kn...@apache.org on 2016/01/05 23:37:44 UTC

[1/2] storm git commit: storm-starter: Guide JDK version to later than 7

Repository: storm
Updated Branches:
  refs/heads/master 09e0a9e86 -> 7f49cba37


storm-starter: Guide JDK version to later than 7


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

Branch: refs/heads/master
Commit: baeba969e0548fa98485c4dc9fd6609937147463
Parents: ba02f1e
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Jan 5 12:41:48 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Wed Jan 6 05:58:06 2016 +0900

----------------------------------------------------------------------
 examples/storm-starter/README.markdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/baeba969/examples/storm-starter/README.markdown
----------------------------------------------------------------------
diff --git a/examples/storm-starter/README.markdown b/examples/storm-starter/README.markdown
index f6c97ba..27b1250 100644
--- a/examples/storm-starter/README.markdown
+++ b/examples/storm-starter/README.markdown
@@ -150,7 +150,7 @@ The following instructions will import storm-starter as a new project in Intelli
   defaults.  Click _Next_.
 * Click _Next_ on the following screen about selecting Maven projects to import.
 * Select the JDK to be used by IDEA for storm-starter, then click _Next_.
-    * At the time of this writing you should use JDK 6.
-    * It is strongly recommended to use Sun/Oracle JDK 6 rather than OpenJDK 6.
+    * At the time of this writing you should use JDK 7 and above.
+    * It is strongly recommended to use Oracle JDK rather than OpenJDK.
 * You may now optionally change the name of the project in IDEA.  The default name suggested by IDEA is "storm-starter".
   Click _Finish_ once you are done.


[2/2] storm git commit: Merge branch 'fix-suggest-jdk-version' of https://github.com/HeartSaVioR/storm

Posted by kn...@apache.org.
Merge branch 'fix-suggest-jdk-version' of https://github.com/HeartSaVioR/storm


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

Branch: refs/heads/master
Commit: 7f49cba373756fb710b66c240605b03850e92dd8
Parents: 09e0a9e baeba96
Author: Kyle Nusbaum <Ky...@gmail.com>
Authored: Tue Jan 5 16:37:23 2016 -0600
Committer: Kyle Nusbaum <Ky...@gmail.com>
Committed: Tue Jan 5 16:37:23 2016 -0600

----------------------------------------------------------------------
 examples/storm-starter/README.markdown | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/7f49cba3/examples/storm-starter/README.markdown
----------------------------------------------------------------------