[ 
https://issues.apache.org/jira/browse/PARQUET-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16474057#comment-16474057
 ] 

ASF GitHub Bot commented on PARQUET-1296:
-----------------------------------------

zivanfi commented on issue #476: PARQUET-1296: Travis kills build after 10 
minutes, because "no output…
URL: https://github.com/apache/parquet-mr/pull/476#issuecomment-388784482
 
 
   How about adding `sudo apt-get install pv` the `before_install` then using 
`| pv -fbi 60 > mvn_install.log` instead of ` > mvn_install.log`? This will 
display the size of the output every 60 seconds like so:
   
        190 B
        530 B
        770 B
       1.10KiB
       1.43KiB
       1.78KiB
   
   A few extra lines would end up in the travis log, but nothing too 
distractive and it would be enough to prevent timeouts due to no output.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Travis kills build after 10 minutes, because "no output was received"
> ---------------------------------------------------------------------
>
>                 Key: PARQUET-1296
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1296
>             Project: Parquet
>          Issue Type: Bug
>    Affects Versions: 1.8.2
>            Reporter: Nandor Kollar
>            Priority: Major
>
> {{mvn install --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true 
> -Dsource.skip=true > mvn_install.log || (cat mvn_install.log && false)}} 
> could take more than 10 minutes, and Travis 
> [kills|https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received]
>  the build in this case, since no output is produced (it is redirected to the 
> log file)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to