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

Not able to run to the "sparse quickstart wordcount" command #418

Closed vsharathchandra closed 6 years ago

vsharathchandra commented 6 years ago

I am receiving the following error error: Because streamparse relies on Leiningen, you cannot run streamparse as root without the LEIN_ROOT environment variable set. Otherwise, Leiningen would hang indefinitely under-the-hood waiting for user input. I tried the a solution given here. The following command didn't work sudo -E lein run Output: No :main namespace specified in project.clj.

smile365 commented 6 years ago

export LEIN_ROOT=1