File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,19 +43,19 @@ Parquet-Java uses Maven to build and depends on the thrift compiler (protoc is n
4343To build and install the thrift compiler, run:
4444
4545```
46- wget -nv https://archive.apache.org/dist/thrift/0.21 .0/thrift-0.21 .0.tar.gz
47- tar xzf thrift-0.21 .0.tar.gz
48- cd thrift-0.21 .0
46+ wget -nv https://archive.apache.org/dist/thrift/0.22 .0/thrift-0.22 .0.tar.gz
47+ tar xzf thrift-0.22 .0.tar.gz
48+ cd thrift-0.22 .0
4949chmod +x ./configure
5050./configure --disable-libs
5151sudo make install -j
5252```
5353
54- If you're on OSX and use homebrew, you can instead install Thrift 0.21 .0 with ` brew ` and ensure that it comes first in your ` PATH ` .
54+ If you're on OSX and use homebrew, you can instead install Thrift 0.22 .0 with ` brew ` and ensure that it comes first in your ` PATH ` .
5555
5656```
5757brew install thrift
58- export PATH="/usr/local/opt/thrift@0.21 .0/bin:$PATH"
58+ export PATH="/usr/local/opt/thrift@0.22 .0/bin:$PATH"
5959```
6060
6161### Build Parquet with Maven
Original file line number Diff line number Diff line change 2020# This script gets invoked by the CI system in a "before install" step
2121# ###############################################################################
2222
23- export THRIFT_VERSION=0.21 .0
23+ export THRIFT_VERSION=0.22 .0
2424
2525set -e
2626date
Original file line number Diff line number Diff line change 9292 <pig .version>0.16.0</pig .version>
9393 <pig .classifier>h2</pig .classifier>
9494 <thrift-maven-plugin .version>0.10.0</thrift-maven-plugin .version>
95- <thrift .version>0.21 .0</thrift .version>
95+ <thrift .version>0.22 .0</thrift .version>
9696 <format .thrift.version>${thrift.version} </format .thrift.version>
9797 <fastutil .version>8.5.15</fastutil .version>
9898 <semver .api.version>0.9.33</semver .api.version>
You can’t perform that action at this time.
0 commit comments