abhishekagarwal87 commented on code in PR #13594: URL: https://github.com/apache/druid/pull/13594#discussion_r1060356205
########## distribution/asf-release-process-guide.md: ########## @@ -320,6 +320,30 @@ apache-druid-0.17.0-src.tar.gz.asc apache-druid-0.17.0-src.tar.gz.sha512 ``` +#### Build artifacts for Hadoop-3 + +```bash +$ mvn clean install -Phadoop3,apache-release,dist,rat -DskipTests -Dgpg.keyname=<your GPG key fingerprint> +``` + +This should produce the following artifacts: + +```plaintext +apache-druid-0.17.0-bin.tar.gz +apache-druid-0.17.0-bin.tar.gz.asc +apache-druid-0.17.0-bin.tar.gz.sha512 +apache-druid-0.17.0-src.tar.gz +apache-druid-0.17.0-src.tar.gz.asc +apache-druid-0.17.0-src.tar.gz.sha512 +``` + +You can ignore the src artifacts as they are the same as the main profile. The binary artifacts should be renamed to include the suffix `hadoop3`. So the final artifacts would be as follows: Review Comment: this can be automated. that should simplify this guide. -- 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]
