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 the ability to specify resources from the unpacked JAR #21

Closed
xkrogen opened this issue Apr 5, 2018 · 0 comments
Closed

Add the ability to specify resources from the unpacked JAR #21

xkrogen opened this issue Apr 5, 2018 · 0 comments

Comments

@xkrogen
Copy link
Collaborator

xkrogen commented Apr 5, 2018

The Dynamometer job makes use of resources which are within its JAR such as the start_component.sh script. If the JAR is first unpacked and individual files are added to the classpath, as with the hadoop jar command, this currently works fine. However it does not work properly if the JAR is not unpacked, since the file does not actually exist anywhere (it is within an archive). We should support this to properly run from a normal JAR.

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

No branches or pull requests

1 participant