You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by GitBox <gi...@apache.org> on 2021/04/13 08:01:03 UTC

[GitHub] [parquet-mr] martin-g commented on pull request #890: PARQUET-2023 Do not pipe the mvn output to pv

martin-g commented on pull request #890:
URL: https://github.com/apache/parquet-mr/pull/890#issuecomment-818532217


   I have (maybe?!) a better solution:
   
   `mvn clean ... -Dorg.slf4j.simpleLogger.logFile=simple.log`
   
   This will write all the output to ./simple.log. In combination with `travis_wait` and `after_failure` we could achieve what you wanted to do with `pv`. What do you think ?


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