-
Notifications
You must be signed in to change notification settings - Fork 40
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
Missing Jar during Randomwalk #192
Comments
Did you run the build script or did the rwalk script run the build script? That is what creates the jar and that dependency directory. I confirmed on my end, that the jar creation takes place on the latest commit. |
I did not run the build script manually. |
I saw this again and after doing a build in testing, there is no jar: The directory [INFO] --- maven-dependency-plugin:3.1.2:copy-dependencies (default-cli) @ accumulo-testing --- [INFO] Copying hadoop-client-api-3.2.2.jar to /home/mike/workspace/accumulo-testing/target/dependency/hadoop-client-api.jar [INFO] Copying hadoop-client-runtime-3.2.2.jar to /home/mike/workspace/accumulo-testing/target/dependency/hadoop-client-runtime.jar So this could be happening if a build occurred but the shaded jar didn't get built. |
For reference, the shaded jar doesn't get built by default, it requires |
@milleruntime Is there anything actionable to be done on this issue? |
I think the actionable thing is that if randomwalk requires the shaded jar, it might need to build it itself, or have instructions to build it. |
The |
Is it possible that build script won't build the shaded jar if there's another jar that's already present? If so, that could be fixed. Otherwise, yeah, there might not be anything to do here. |
That is correct. The build script will not re-build the jars if they are currently present. However, I haven't really run into the original issue in my testing. I can see there being a possible benefit to echo to the shell if the jar is present so a user could be more aware that they may have old jars present. |
While running the MultiTable RW module, I saw it die due to this exception.
The text was updated successfully, but these errors were encountered: