Skip to content

Commit

Permalink
PARQUET-1588: Bump to Apache Thrift 0.12.0 (apache#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored and Zoltan Ivanfi committed Jun 12, 2019
1 parent 17d49c1 commit 29b406d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ target
dependency-reduced-pom.xml
.classpath
.project

# IDE stuff
.idea/
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq protobuf-compiler
- 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
- wget -nv https://archive.apache.org/dist/thrift/0.9.3/thrift-0.9.3.tar.gz
- tar zxf thrift-0.9.3.tar.gz
- cd thrift-0.9.3
- wget -nv https://archive.apache.org/dist/thrift/0.12.0/thrift-0.12.0.tar.gz
- tar zxf thrift-0.12.0.tar.gz
- cd thrift-0.12.0
- chmod +x ./configure
- ./configure --disable-gen-erl --disable-gen-hs --without-ruby --without-haskell --without-erlang --without-php --without-nodejs
- sudo make install
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<shade.prefix>shaded.parquet</shade.prefix>
<thrift.executable>thrift</thrift.executable>
<thrift.version>0.9.3</thrift.version>
<thrift.version>0.12.0</thrift.version>
<thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
</properties>

Expand Down

0 comments on commit 29b406d

Please sign in to comment.