How to submit a topology in storm production cluster using IDE

后端 未结 4 839
臣服心动
臣服心动 2020-12-25 15:02

I am facing an issue Must submit topologies using the \'storm\' client script so that StormSubmitter knows which jar to upload while submitting a topology to a

4条回答
  •  余生分开走
    2020-12-25 15:05

    I didn't run java code for submitting myself, but I checked storm command - and it's a python file, which runs java and http://nathanmarz.github.com/storm/doc/backtype/storm/StormSubmitter.html class

    The only thing I think you should worry about - is to include all needed libraries, when executing it.

提交回复
热议问题