pystorm / streamparse

Run Python in Apache Storm topologies. Pythonic API, CLI tooling, and a topology DSL.
http://streamparse.readthedocs.io/
Apache License 2.0
1.5k stars 218 forks source link

Submitting my topology #435

Open binglin1 opened 6 years ago

binglin1 commented 6 years ago

Hi, I was trying to submit my topology to my local storm and I wasn't sure how to configure my config.json to where it doesn't use ssh to connect to my storm.

I've also tried 'storm jar pathToYourJarFile theClassContainingYourMainFile commandlineArguments' to submit my topology, however I was trying to navigate the stand alone jar file that was created and I'm not sure where to find the location of the main class file. Would this also work in submitting my topology?

Any advice would greatly help, thank you.