You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by 西南王 <27...@qq.com> on 2017/09/18 02:51:08 UTC

how to debug storm resource code

hello!
 I want to modify storm source code for my bussness;But storm is with clojure,Python,java! I overview the http://storm.apache.org,but  i can't find  no issue to debug them ? can you help me ?

Re: how to debug storm resource code

Posted by Ethan Li <et...@gmail.com>.
Hi,

I am relatively new to apache storm but just want to provide some ideas.

Generally I will write some unit tests. And after unit tests passed, I will create a storm package and do some tests manually.  You might want to look at this doc  https://github.com/apache/storm/blob/master/DEVELOPER.md#create-a-storm-distribution-packaging <https://github.com/apache/storm/blob/master/DEVELOPER.md#create-a-storm-distribution-packaging>  if you haven’t. 

-Ethan

> On Sep 17, 2017, at 9:51 PM, 西南王 <27...@qq.com> wrote:
> 
> hello!
> I want to modify storm source code for my bussness;But storm is with clojure,Python,java! I overview the http://storm.apache.org,but  i can't find  no issue to debug them ? can you help me ?