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:07:49 UTC

[1/3] storm git commit: add storm 1.0.0 rename note

Repository: storm
Updated Branches:
  refs/heads/1.x-branch be63150d2 -> 740eee8f2


add storm 1.0.0 rename note

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

Branch: refs/heads/1.x-branch
Commit: 05f5f015d4481236819dc0914d8fe10d2a6ca1a3
Parents: ed2848f
Author: Xin Wang <be...@163.com>
Authored: Sat Apr 23 22:50:11 2016 +0800
Committer: Xin Wang <be...@163.com>
Committed: Sat Apr 23 22:50:11 2016 +0800

----------------------------------------------------------------------
 docs/index.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/05f5f015/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index 7effdde..4601c31 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -3,6 +3,19 @@ title: Documentation
 layout: documentation
 documentation: true
 ---
+
+
+> #### NOTE
+
+> In the latest version, the class packages have been changed from "backtype.storm" to "org.apache.storm" so the topology code compiled with older version won't run on the Storm 1.0.0 just like that. Backward compatibility is available through following configuration 
+
+> `client.jartransformer.class: "org.apache.storm.hack.StormShadeTransformer"`
+
+> You need to add the above config in storm installation if you want to run the code compiled with older versions of storm. The config should be added in the machine you use to submit your topologies.
+
+> Refer to https://issues.apache.org/jira/browse/STORM-1202 for more details. 
+
+
 ### Basics of Storm
 
 * [Javadoc](javadocs/index.html)


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

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


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

Branch: refs/heads/1.x-branch
Commit: 740eee8f2f4b91372df64217a71736c35cb891cb
Parents: 5f4eb05
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Apr 29 12:07:37 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Apr 29 12:07:37 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/storm/blob/740eee8f/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a4c77a..ac07347 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 1.0.1
+ * STORM-1727: document 1.0 package renaming and how to use the migration tool
  * STORM-1733: Flush stdout and stderr before calling "os.execvp" to prevent log loss.
  * STORM-1729: Get rid of reflections while recording stats
  * STORM-1731: Avoid looking up debug / backpressure enable flags within critical path


[2/3] storm git commit: Merge branch 'STORM-1727' of github.com:vesense/storm into 1.x-branch

Posted by pt...@apache.org.
Merge branch 'STORM-1727' of github.com:vesense/storm into 1.x-branch


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

Branch: refs/heads/1.x-branch
Commit: 5f4eb05ea30a2aec6852ae252f2df0a8cdd0cfd9
Parents: be63150 05f5f01
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Apr 29 12:05:14 2016 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Apr 29 12:05:14 2016 -0400

----------------------------------------------------------------------
 docs/index.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------