Skip to content

Commit

Permalink
activate orc (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 authored Jan 31, 2022
1 parent 95afa4a commit 032ec8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/dockerfile.tri
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RUN git clone --branch apache-arrow-5.0.0 --recurse-submodules https://github.co
-DCMAKE_LIBRARY_PATH=${CUDA_CUDA_LIBRARY} \
-DARROW_FLIGHT=ON \
-DARROW_GANDIVA=OFF \
-DARROW_ORC=OFF \
-DARROW_ORC=ON \
-DARROW_WITH_BZ2=ON \
-DARROW_WITH_ZLIB=ON \
-DARROW_WITH_ZSTD=ON \
Expand All @@ -115,7 +115,7 @@ RUN git clone --branch apache-arrow-5.0.0 --recurse-submodules https://github.co
pushd python && \
export PYARROW_WITH_PARQUET=ON && \
export PYARROW_WITH_CUDA=ON && \
export PYARROW_WITH_ORC=OFF && \
export PYARROW_WITH_ORC=ON && \
export PYARROW_WITH_DATASET=ON && \
export PYARROW_WITH_S3=ON && \
export PYARROW_WITH_HDFS=ON && \
Expand Down

0 comments on commit 032ec8d

Please sign in to comment.