[
https://issues.apache.org/jira/browse/PARQUET-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443622#comment-17443622
]
ASF GitHub Bot commented on PARQUET-2076:
-----------------------------------------
martin-g edited a comment on pull request #924:
URL: https://github.com/apache/parquet-mr/pull/924#issuecomment-900057808
With `-Dorg.slf4j.simpleLogger.logFile=mvn-verify.log` all the output is
redirected from stdout to a file.
TravisCI stops the job if there is no output for 10 minutes.
Since Parquet's build takes more than 10 mins you will have to make sure
that the tests write something to stderr once in 10 minutes or the build will
break.
What problem does this PR address ?
I see nothing concerning at
https://app.travis-ci.com/github/apache/parquet-mr/builds
--
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]
> Improve Travis CI build Performance
> -----------------------------------
>
> Key: PARQUET-2076
> URL: https://issues.apache.org/jira/browse/PARQUET-2076
> Project: Parquet
> Issue Type: Improvement
> Components: parquet-mr
> Reporter: Chen Zhang
> Priority: Trivial
>
> According to [Common Build Problems - Travis CI
> (travis-ci.com)|https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received],
> we should carefully use travis_wait, as it may make the build unstable and
> extend the build time.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)