[
https://issues.apache.org/jira/browse/PARQUET-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16476364#comment-16476364
]
ASF GitHub Bot commented on PARQUET-1296:
-----------------------------------------
zivanfi closed pull request #476: PARQUET-1296: Travis kills build after 10
minutes, because "no output…
URL: https://github.com/apache/parquet-mr/pull/476
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/.travis.yml b/.travis.yml
index ef02f9b9b..da6a6ac80 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ before_install:
- date
- sudo apt-get update -qq
- sudo apt-get install build-essential
+ - sudo apt-get install pv
- date
- mkdir protobuf_install
- pushd protobuf_install
@@ -33,5 +34,5 @@ env:
- HADOOP_PROFILE=default TEST_CODECS=uncompressed,brotli
- HADOOP_PROFILE=default TEST_CODECS=gzip,snappy
-install: mvn install --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true
-Dsource.skip=true > mvn_install.log || (cat mvn_install.log && false)
+install: mvn install --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true
-Dsource.skip=true | pv -fbi 60 > mvn_install.log || (cat mvn_install.log &&
false)
script: mvn test -P $HADOOP_PROFILE
----------------------------------------------------------------
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)