Reputation: 116
I am trying to submit my topology to storm:
sparse submit
Virtual environment is creating successfully and also "lean clean" is successfully is done. But, when it trying to create a jar,
lein jar <topology>
it is giving me an error "Failed to create jar"
I have check in my system, lein is successfully installed and inside "project.clj" the version numbers are proper.
And this error is appearing only when I am submitting my topology to storm. Even I checked my topology, spout and bolt code, there are no error in it.
Upvotes: 0
Views: 36
Reputation: 395
Streamparse doesn't work with the latest version of Lein. I was having the same issue and I down graded Lein to 2.7.1. It works perfectly for me.
Upvotes: 0