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

cleanup classpath setup java classes loading #85

Open
colinsurprenant opened this issue Jun 20, 2013 · 0 comments
Open

cleanup classpath setup java classes loading #85

colinsurprenant opened this issue Jun 20, 2013 · 0 comments

Comments

@colinsurprenant
Copy link
Owner

this is a bit all over the place and there is code duplication for stuff like

module Backtype
  java_import 'backtype.storm.Config'
end

I think the classpath setup, java classes & jars loading should be handled in the environment setup using $CLASSPATH instead of passing the -cp arg in the Application class.

this would simplify setting up the environment for topology testing like in the redstorm-starter project.

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