From 05f5f015d4481236819dc0914d8fe10d2a6ca1a3 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Sat, 23 Apr 2016 22:50:11 +0800 Subject: [PATCH] add storm 1.0.0 rename note --- docs/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/index.md b/docs/index.md index 7effddefbd6..4601c315919 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)