You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
xkrogen
added a commit
to xkrogen/dynamometer
that referenced
this issue
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 thehadoop 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.The text was updated successfully, but these errors were encountered: