File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 sudo apt-get update -qq
4242 sudo apt-get install -qq protobuf-compiler
4343 sudo apt-get install -qq libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev
44- wget -qO- https://archive.apache.org/dist/thrift/0.21 .0/thrift-0.21 .0.tar.gz | tar zxf -
45- cd thrift-0.21 .0/
44+ wget -qO- https://archive.apache.org/dist/thrift/0.22 .0/thrift-0.22 .0.tar.gz | tar zxf -
45+ cd thrift-0.22 .0/
4646 chmod +x ./configure
4747 ./configure --disable-libs
4848 sudo make install
Original file line number Diff line number Diff line change 7676 <maven .compiler.target>1.8</maven .compiler.target>
7777 <shade .prefix>shaded.parquet</shade .prefix>
7878 <thrift .executable>thrift</thrift .executable>
79- <thrift .version>0.21 .0</thrift .version>
79+ <thrift .version>0.22 .0</thrift .version>
8080 <thrift-maven-plugin .version>0.10.0</thrift-maven-plugin .version>
8181 </properties >
8282
You can’t perform that action at this time.
0 commit comments