You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/07/18 17:02:00 UTC

[jira] [Commented] (PARQUET-1351) Travis builds fail for parquet-format

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

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

rdblue closed pull request #100: PARQUET-1351: Travis builds fail for parquet-format
URL: https://github.com/apache/parquet-format/pull/100
 
 
   

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 42ba8baf..e0014c67 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,6 @@
 # under the License.
 
 language: java
-dist: precise
 before_install:
   - sudo apt-get update -qq
   - sudo apt-get install -qq protobuf-compiler
@@ -25,6 +24,6 @@ before_install:
   - tar zxf thrift-0.9.3.tar.gz
   - cd thrift-0.9.3
   - chmod +x ./configure
-  - ./configure --disable-gen-erl --disable-gen-hs --without-ruby --without-haskell --without-erlang
+  - ./configure --disable-gen-erl --disable-gen-hs --without-ruby --without-haskell --without-erlang --without-php --without-nodejs
   - sudo make install
   - cd ..


 

----------------------------------------------------------------
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:
users@infra.apache.org


> Travis builds fail for parquet-format
> -------------------------------------
>
>                 Key: PARQUET-1351
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1351
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-format
>            Reporter: Nandor Kollar
>            Assignee: Nandor Kollar
>            Priority: Major
>              Labels: pull-request-available
>
> parquet-format Travis builds are failing with (see for example [this|https://travis-ci.org/apache/parquet-format/builds/400272129?utm_source=github_status&utm_medium=notification] build):
> {code}
> [ERROR] Plugin org.apache.maven.plugins:maven-remote-resources-plugin:1.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.5: Could not transfer artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.5 from/to central (https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version -> [Help 1]
> {code}
> After some investigation, I suspect that the problem is that parquet-format is built against JDK 1.7.0_80 (see in the logs of the failing job above), the default version of TLS for this JDK seems to be TLSv1 (see [here|https://blogs.oracle.com/java-platform-group/diagnosing-tls,-ssl,-and-https]), and Maven central dropped support TLS 1.1 and TLS 1.0 (see [here|https://lists.apache.org/thread.html/%3CCAMk_Beg9=QE-UB10c=yM8NKWiAk=BAK2N3DA0PgYxdfhf3Wx9Q@mail.gmail.com%3E] and [here|https://stackoverflow.com/questions/50824789/why-am-i-getting-received-fatal-alert-protocol-version-or-peer-not-authentic]).



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