Hacker News new | ask | show | jobs
by pnathan 5503 days ago
Can you comment on distributing non-JAR software?

Also, this sounds faintly like the old SunGridEngine.

1 comments

If you're using a programming language other than Java with Storm, you simply include those files in the jar that you submit to the cluster. For example, you would put your Python processing code "component.py" in the resources/ subdirectory in your jar (A jar is basically just a zipfile).