Upgrade arrow to include the plasma TensorFlow op (#2412)

This commit is contained in:
Philipp Moritz
2018-07-18 12:33:02 -07:00
committed by Robert Nishihara
parent 344e3d2c05
commit 4c82ac72df
4 changed files with 13 additions and 4 deletions
+5 -3
View File
@@ -40,10 +40,10 @@ else
exit 1
fi
# The PR for this commit is https://github.com/apache/arrow/pull/2235. We
# The PR for this commit is https://github.com/apache/arrow/pull/2104. We
# include the link here to make it easier to find the right commit because
# Arrow often rewrites git history and invalidates certain commits.
TARGET_COMMIT_ID=fa08ddfbe8ada173b2c621172e176f159ce3b728
TARGET_COMMIT_ID=cecbcf7de00d2bf255bdba97cee1d37130e5bb79
build_arrow() {
echo "building arrow"
@@ -98,7 +98,7 @@ build_arrow() {
-DPYTHON_EXECUTABLE:FILEPATH=$PYTHON_EXECUTABLE \
-DARROW_PYTHON=on \
-DARROW_PLASMA=on \
-DPLASMA_PYTHON=on \
-DARROW_TENSORFLOW=on \
-DARROW_JEMALLOC=off \
-DARROW_WITH_BROTLI=off \
-DARROW_WITH_LZ4=off \
@@ -124,11 +124,13 @@ build_arrow() {
# find plasma.
PKG_CONFIG_PATH=$ARROW_HOME/lib/pkgconfig \
PYARROW_WITH_PLASMA=1 \
PYARROW_WITH_TENSORFLOW=1 \
PYARROW_BUNDLE_ARROW_CPP=1 \
$PYTHON_EXECUTABLE setup.py build
PKG_CONFIG_PATH=$ARROW_HOME/lib/pkgconfig \
PYARROW_WITH_PLASMA=1 \
PYARROW_WITH_TENSORFLOW=1 \
PYARROW_BUNDLE_ARROW_CPP=1 \
PARQUET_HOME=$TP_DIR/pkg/arrow/cpp/build/cpp-install \
PYARROW_WITH_PARQUET=1 \