Skip to content

Commit

Permalink
added pyarrow to support spark 3 pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Jun 28, 2020
1 parent 8392880 commit 14ff3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-qfs-swarm/worker-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ RUN mkdir -p /data/spark \

# add python libraries useful in PySpark
RUN python3 -mpip install matplotlib \
&& pip3 install pandas seaborn
&& pip3 install pandas seaborn pyarrow

# copy QFS and Spark configurations
COPY ./qfs-conf/* $QFS_HOME/conf/
Expand Down

0 comments on commit 14ff3cd

Please sign in to comment.