[
https://issues.apache.org/jira/browse/PARQUET-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16503034#comment-16503034
]
ASF GitHub Bot commented on PARQUET-1135:
-----------------------------------------
zivanfi closed pull request #488: [PARQUET-1135][FOLLOW-UP] Update thrift and
protoc version in README.md
URL: https://github.com/apache/parquet-mr/pull/488
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/README.md b/README.md
index 4b6b96a87..253032a92 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
----------------------------------------------------------------
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]
> upgrade thrift and protobuf dependencies
> ----------------------------------------
>
> Key: PARQUET-1135
> URL: https://issues.apache.org/jira/browse/PARQUET-1135
> Project: Parquet
> Issue Type: Improvement
> Components: parquet-mr
> Reporter: Julien Le Dem
> Assignee: Julien Le Dem
> Priority: Major
> Fix For: 1.10.0
>
>
> thrift 0.7.0 -> 0.9.3
> protobuf 3.2 -> 3.5.1
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)