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

fix dependencies doc for example kafka topology #79

Closed
colinsurprenant opened this issue May 16, 2013 · 2 comments
Closed

fix dependencies doc for example kafka topology #79

colinsurprenant opened this issue May 16, 2013 · 2 comments
Assignees
Milestone

Comments

@colinsurprenant
Copy link
Owner

the inline doc reference the old dependencies file format.

@colinsurprenant
Copy link
Owner Author

this dependency should work:

create file ivy/topology_dependencies.xml with the following:

<?xml version="1.0"?>
<ivy-module version="2.0">
  <info organisation="redstorm" module="topology-deps"/>
  <dependencies>
    <dependency org="org.jruby" name="jruby-core" rev="1.7.4" conf="default" transitive="true"/>
    <dependency org="org.scala-lang" name="scala-library" rev="2.8.0" conf="default" transitive="false"/>
    <dependency org="storm" name="kafka" rev="0.7.0-incubating" conf="default" transitive="false"/>
    <dependency org="storm" name="storm-kafka" rev="0.8.0-wip4" conf="default" transitive="false"/>
  </dependencies>
</ivy-module>

I haven't checked if the kafka/scala have been updated, will verify and test shortly.

@colinsurprenant
Copy link
Owner Author

after verification, this last one is a working dependency for storm-kafka for RedStorm 0.6.5 with Storm 0.8.2. Note that JRuby 1.7.4 is included here, you may have to edit that to match your local JRuby installed version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant