You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/03/17 18:12:13 UTC

[GitHub] [accumulo-testing] milleruntime commented on issue #192: Missing Jar during Randomwalk

milleruntime commented on issue #192:
URL: https://github.com/apache/accumulo-testing/issues/192#issuecomment-1071171906


   I saw this again and after doing a build in testing, there is no jar:
   `accumulo-testing/target/dependency/hadoop-client-api.jar`
   
   The directory `../target/dependency` does not exist. This is created by the shaded jar build:
   <pre>
   [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
   </pre>
   
   So this could be happening if a build occurred but the shaded jar didn't get built.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org