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

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

gszadovszky 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-388720349
 
 
   Why do we log to a file to print out its content when the execution fails. 
Travis captures the output, so I don't think we need to store the logs as a 
file.
   If we really would like to keep the logs in a file we should use `mvn 
install ... | tee mvn_install.log`, so the logs are also printed to stdout 
continuously and travis won't terminate the build.

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