xBis7 commented on PR #6483:
URL: https://github.com/apache/hadoop/pull/6483#issuecomment-1923807455

   These are the times from my local machine. Someone with a more powerful CPU 
or a different OS will be getting different times but the spread, with and 
without the `dist` profile, will be analogous.
   
   * trunk
     * Without `-Pdist`
     ```shell
     > mvn clean install -Dmaven.javadoc.skip=true -DskipTests -DskipShade
     [INFO] 
------------------------------------------------------------------------
     [INFO] BUILD SUCCESS
     [INFO] 
------------------------------------------------------------------------
     [INFO] Total time:  03:06 min
     ```
     * With `-Pdist`
     ```shell
     > mvn clean install -Dmaven.javadoc.skip=true -DskipTests -DskipShade 
-Pdist,src
     [INFO] 
------------------------------------------------------------------------
     [INFO] BUILD SUCCESS
     [INFO] 
------------------------------------------------------------------------
     [INFO] Total time:  06:49 min
     ```
   
   * this branch
     * Without `-Pdist`
     ```shell
     > mvn clean install -Dmaven.javadoc.skip=true -DskipTests -DskipShade
     [INFO] 
------------------------------------------------------------------------
     [INFO] BUILD SUCCESS
     [INFO] 
------------------------------------------------------------------------
     [INFO] Total time:  02:34 min
     ```
     
     <img 
src="https://github.com/apache/hadoop/assets/74301312/c1bfdd11-7b8f-42d0-b615-69ee8bd50907";
 width="300"/>
   
     * With `-Pdist`
     ```shell
     > mvn clean install -Dmaven.javadoc.skip=true -DskipTests -DskipShade 
-Pdist,src
     [INFO] 
------------------------------------------------------------------------
     [INFO] BUILD SUCCESS
     [INFO] 
------------------------------------------------------------------------
     [INFO] Total time:  06:30 min
     ```
   
     <img 
src="https://github.com/apache/hadoop/assets/74301312/5036c39a-20b2-45f4-b7c8-cc98aae4f930";
 width="300"/>
   
   
   Without the `dist` profile, docker is still built but there are no dist 
files to be used for the containers and therefore starting the environment will 
fail.
   
   
   
   
   
   
   
   


-- 
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]

Reply via email to