ariso
ariso

Reputation: 1443

can I run apache storm without install python?

I am going to test Apache storm for my personal project.

However I don't want to include python support,

is that possible?

Upvotes: 0

Views: 475

Answers (1)

user2720864
user2720864

Reputation: 8171

There is no need to have python in order to start working with Storm. You can just follow basic tutorial and start playing with it with pure java.

However it does support non jvm based language with is implemented via the ShellBolt class. but that should not be a constraints for learning storm.

Upvotes: 1

Related Questions