From 958e0ef850f41853e21c000168a0d5b2fb3696a4 Mon Sep 17 00:00:00 2001 From: Julien Le Dem Date: Mon, 29 Aug 2016 11:01:34 -0700 Subject: [PATCH 1/2] fix travis build. Broken because google code shut down --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff9b356935..231405e029 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ before_install: - 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/releases/download/v2.5.0/protobuf-2.5.0.tar.gz - tar xzf protobuf-2.5.0.tar.gz - cd protobuf-2.5.0 - ./configure From 3e8089304616258afce81e838b08f1f654484844 Mon Sep 17 00:00:00 2001 From: Julien Le Dem Date: Mon, 29 Aug 2016 11:33:19 -0700 Subject: [PATCH 2/2] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9653ae767d..f084f50751 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/releases/download/v2.5.0/protobuf-2.5.0.tar.gz tar xzf protobuf-2.5.0.tar.gz cd protobuf-2.5.0 ./configure