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

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

zivanfi closed pull request #466: PARQUET-1275: Travis fails on branch 1.8.x
URL: https://github.com/apache/parquet-mr/pull/466
 
 
   

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 ff9b35693..db23e8a9c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,19 @@
 language: java
+jdk: openjdk7
 before_install:
   - sudo apt-get update -qq
   - sudo apt-get install build-essential
   - mkdir protobuf_install
   - pushd protobuf_install
-  - wget http://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz
+  - wget https://github.com/google/protobuf/archive/v2.5.0.tar.gz -O 
protobuf-2.5.0.tar.gz
   - tar xzf protobuf-2.5.0.tar.gz
-  - cd  protobuf-2.5.0
+  - cd protobuf-2.5.0
+  - sudo apt-get install autoconf automake libtool curl make g++ unzip
+# Getting gtest before executing autogen.sh as it contains invalid link to 
googlecode.com
+  - wget https://github.com/google/googletest/archive/release-1.5.0.tar.gz
+  - tar xzf release-1.5.0.tar.gz
+  - mv googletest-release-1.5.0 gtest
+  - ./autogen.sh
   - ./configure
   - make
   - sudo make install
@@ -19,7 +26,7 @@ before_install:
   - tar zxf thrift-0.7.0.tar.gz
   - cd thrift-0.7.0
   - 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 ..
 
diff --git a/README.md b/README.md
index 9cf98d4f3..c4f168df5 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Parquet-MR uses Maven to build and depends on both the thrift 
and protoc compile
 To build and install the protobuf compiler, run:
 
 ```
-wget http://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz
+wget https://github.com/google/protobuf/archive/v2.5.0.tar.gz -O 
protobuf-2.5.0.tar.gz
 tar xzf protobuf-2.5.0.tar.gz
 cd  protobuf-2.5.0
 ./configure


 

----------------------------------------------------------------
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 fails on branch 1.8.x
> ----------------------------
>
>                 Key: PARQUET-1275
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1275
>             Project: Parquet
>          Issue Type: Bug
>            Reporter: Gabor Szadovszky
>            Assignee: Gabor Szadovszky
>            Priority: Major
>             Fix For: 1.8.3
>
>
> Travis error message:
> {{The command "wget 
> http://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz"; failed and exited 
> with 8 during .}}
> The site {{googlecode.com}} is not working anymore. Based on master, we shall 
> use https://github.com/google/protobuf/archive/v2.5.0.tar.gz instead.



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

Reply via email to