szetszwo edited a comment on pull request #2998: URL: https://github.com/apache/ozone/pull/2998#issuecomment-1016676750
> ozone genesis won't work because Genesis.java is being removed. It could possibly work: 1. Suppose genesis.jar, which contains Genesis.class and other classes, is available in maven or somewhere else. 2. Use curl to download the jar in the `ozone` script. ``` curl -o "$ARTIFACT_LIB_DIR/genesis.jar" https://repo1.maven.org/maven2/org/apache/ozone/.../genesis.jar ``` 3. Then, Genesis.class is available locally. It can be executed as usual. Of course, I am open to use other ways running it. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
