Skip to content

Commit

Permalink
PARQUET-1136: Fix path to parquet.thrift in Makefile
Browse files Browse the repository at this point in the history
Author: Lars Volker <lv@cloudera.com>

Closes apache#73 from lekv/makefile and squashes the following commits:

f6c5569 [Lars Volker] PARQUET-1136: Fix path to parquet.thrift in Makefile
  • Loading branch information
Lars Volker authored and rdblue committed Oct 12, 2017
1 parent 3b04d86 commit 65f1057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

thrift:
mkdir -p generated
thrift --gen cpp -o generated src/thrift/parquet.thrift
thrift --gen java -o generated src/thrift/parquet.thrift
thrift --gen cpp -o generated src/main/thrift/parquet.thrift
thrift --gen java -o generated src/main/thrift/parquet.thrift

0 comments on commit 65f1057

Please sign in to comment.