[DataFrame] Add Parquet Support in Build Process (#1531)

* Add shell script for building parquet

* Use parquet ci script; remove anaconda

* Remove gcc flag, use default

* add boost_root

* Fix $TP_DIR reference issue

* fix the PR

* check out specific parquet-cpp commit
This commit is contained in:
Simon Mo
2018-02-16 07:18:42 -08:00
committed by Philipp Moritz
parent 844a6afcdd
commit a24cc28773
7 changed files with 51 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ produce .whl files owned by root.
Inside the root directory (i.e., one level above this python directory), run
```
docker run --rm -w /ray -v `pwd`:/ray -ti quay.io/xhochy/arrow_manylinux1_x86_64_base:ARROW-1024 /ray/python/build-wheel-manylinux1.sh
docker run --rm -w /ray -v `pwd`:/ray -ti quay.io/xhochy/arrow_manylinux1_x86_64_base:latest /ray/python/build-wheel-manylinux1.sh
```
The wheel files will be placed in the .whl directory.