[
https://issues.apache.org/jira/browse/PARQUET-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17315792#comment-17315792
]
ASF GitHub Bot commented on PARQUET-2005:
-----------------------------------------
Fokko commented on a change in pull request #884:
URL: https://github.com/apache/parquet-mr/pull/884#discussion_r608112657
##########
File path: README.md
##########
@@ -35,19 +35,19 @@ Parquet-MR uses Maven to build and depends on the thrift
compiler (protoc is now
To build and install the thrift compiler, run:
```
-wget -nv http://archive.apache.org/dist/thrift/0.13.0/thrift-0.13.0.tar.gz
-tar xzf thrift-0.13.0.tar.gz
-cd thrift-0.13.0
+wget -nv http://archive.apache.org/dist/thrift/0.14.1/thrift-0.14.1.tar.gz
+tar xzf thrift-0.14.1.tar.gz
+cd thrift-0.14.1
chmod +x ./configure
./configure --disable-libs
sudo make install
```
-If you're on OSX and use homebrew, you can instead install Thrift 0.13.0 with
`brew` and ensure that it comes first in your `PATH`.
+If you're on OSX and use homebrew, you can instead install Thrift 0.14.1 with
`brew` and ensure that it comes first in your `PATH`.
```
brew install [email protected]
Review comment:
```suggestion
brew install thrift
```
Just. checked, and 0.14.1 is the latest version:
```
fokkodriesprong@MacBook-Pro parquet-mr % brew install thrift
Warning: thrift 0.14.1 is already installed and up-to-date.
To reinstall 0.14.1, run:
brew reinstall thrift
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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 to 0.14.1
> ------------------------
>
> Key: PARQUET-2005
> URL: https://issues.apache.org/jira/browse/PARQUET-2005
> Project: Parquet
> Issue Type: Improvement
> Reporter: Gabor Szadovszky
> Assignee: Gabor Szadovszky
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)