You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/06/03 06:33:26 UTC

[GitHub] [hadoop] elek opened a new pull request #887: HDDS-1629. Tar file creation can be optional for non-dist builds

elek opened a new pull request #887: HDDS-1629. Tar file creation can be optional for non-dist builds
URL: https://github.com/apache/hadoop/pull/887
 
 
   Ozone tar file creation is a very time consuming step. I propose to make it optional and create the tar file only if the dist profile is enabled (-Pdist)
   
   The tar file is not required to test ozone as the same content is available from hadoop-ozone/dist/target/ozone-0.5.0-SNAPSHOT which is enough to run docker-compose pseudo clusters, smoketests. 
   
   If it's required, the tar file creation can be requested by the dist profile.
    
   On my machine (ssd based) it can cause 5-10% time improvements as the tar size is ~500MB and it requires a lot of IO.
   
   See: https://issues.apache.org/jira/browse/HDDS-1629

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org