You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Abhishek Agarwal <ab...@gmail.com> on 2016/04/13 10:16:48 UTC

Backward compatibility of STORM 1.0.0

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.

-- 
Regards,
Abhishek Agarwal

Re: Backward compatibility of STORM 1.0.0

Posted by Jungtaek Lim <ka...@gmail.com>.
Thanks Abhishek for publishing missed thing to user list.

Jungtaek Lim (HeartSaVioR)

2016년 4월 13일 (수) 오후 5:17, Abhishek Agarwal <ab...@gmail.com>님이 작성:

> 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.
>
>
> --
> Regards,
> Abhishek Agarwal
>
>