Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation on using an unofficial version of storm #142

Merged
merged 2 commits into from
May 14, 2015

Conversation

hellais
Copy link
Contributor

@hellais hellais commented May 13, 2015

This clarifies my issue raised in #141

@coveralls
Copy link

Coverage Status

Coverage remained the same at 45.23% when pulling 20ef334 on hellais:patch-1 into 78a5cd9 on Parsely:master.


If you wish to use streamparse with unofficial versions of storm (such as the HDP
Storm) you should set
``:repositories {"HDP Releases" "http://repo.hortonworks.com/content/repositories/releases"}``
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for putting this together. I'm sure it will help other people using HDP. Could you please make this say something like:

If you wish to use streamparse with unofficial versions of storm (such as the HDP Storm) you should set :repositories in your project.clj to point to the Maven repository containing the JAR you want to use, and set the version in :dependencies to match the desired version of Storm. For example, to use the version supplied by HDP, you would set :repositories to:

:repositories {"HDP Releases" "http://repo.hortonworks.com/content/repositories/releases"}

That way it's clear the :repositories setting should be specific to whatever custom Storm JAR you want to use.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 45.23% when pulling 8da6494 on hellais:patch-1 into 78a5cd9 on Parsely:master.

@dan-blanchard
Copy link
Member

Looks great. Thanks again! 👍

dan-blanchard added a commit that referenced this pull request May 14, 2015
Add documentation on using an unofficial version of storm
@dan-blanchard dan-blanchard merged commit f3348cf into pystorm:master May 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants