Github user HeartSaVioR commented on the pull request:
https://github.com/apache/storm/pull/737#issuecomment-140561321
> Python doesn't have package manager so if you don't have python, you need
to install manually.
I agree with you. We don't need that sentence, just providing download page
link should be enough.
> With python, ruby and nodejs installed I'm getting the (extremely
unclear) error Clojure failed - I can provide more details if you want (I found
talios/clojure-maven-plugin#80 which speculates that Clojure failed indicates
missing binaries) -, so that imo rvm and nvm are a requirement
RVM and NVM is just a package manager for giving users convenience, not
requirement.
(I use RVM but don't use NVM on my Mac, and I don't have any issues.)
Users can still install specific version of ruby / node manually, by
homebrew in OSX, etc.
Btw, you can get ```Clojure failed``` whenever any clojure tests error
occur, so it doesn't tell you have an issue related to multilang.
You should open target/test-reports to see what actual tests are failed.
As you can see (from Travis CI), storm-core suffers from random failures,
especially slow machines.
When you provide actual errors from test-reports I'll take a look.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---