This is an automated email from the ASF dual-hosted git repository.
zivanfi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new 74d650b [PARQUET-1135][FOLLOW-UP] Update thrift and protoc version in
README.md (#488)
74d650b is described below
commit 74d650be63d9632b379d6621dfaecafe52e18f1b
Author: Yuming Wang <[email protected]>
AuthorDate: Wed Jun 6 17:14:13 2018 +0800
[PARQUET-1135][FOLLOW-UP] Update thrift and protoc version in README.md
(#488)
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 4b6b96a..253032a 100644
--- a/README.md
+++ b/README.md
@@ -35,9 +35,9 @@ Parquet-MR uses Maven to build and depends on both the thrift
and protoc compile
To build and install the protobuf compiler, run:
```
-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
+wget https://github.com/google/protobuf/archive/v3.5.1.tar.gz -O
protobuf-3.5.1.tar.gz
+tar xzf protobuf-3.5.1.tar.gz
+cd protobuf-3.5.1
./configure
make
sudo make install
--
To stop receiving notification emails like this one, please contact
[email protected].