Repository: parquet-mr Updated Branches: refs/heads/master 255f10834 -> 6dad1e3bd
PARQUET-696: fix travis build. Broken because google code shut down Author: Julien Le Dem <[email protected]> Closes #364 from julienledem/fix_travis and squashes the following commits: 3e80893 [Julien Le Dem] update README.md 958e0ef [Julien Le Dem] fix travis build. Broken because google code shut down Project: http://git-wip-us.apache.org/repos/asf/parquet-mr/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-mr/commit/6dad1e3b Tree: http://git-wip-us.apache.org/repos/asf/parquet-mr/tree/6dad1e3b Diff: http://git-wip-us.apache.org/repos/asf/parquet-mr/diff/6dad1e3b Branch: refs/heads/master Commit: 6dad1e3bd0e277f5b5e5e2a0720f474271c1648d Parents: 255f108 Author: Julien Le Dem <[email protected]> Authored: Mon Aug 29 11:34:27 2016 -0700 Committer: Julien Le Dem <[email protected]> Committed: Mon Aug 29 11:34:27 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-mr/blob/6dad1e3b/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index ff9b356..231405e 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 http://git-wip-us.apache.org/repos/asf/parquet-mr/blob/6dad1e3b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 9653ae7..f084f50 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
