Skip to content

Commit

Permalink
tweaked memory setting
Browse files Browse the repository at this point in the history
Tweaked memory setting for spark driver. Also added seaborn graphing package.
  • Loading branch information
michaelkamprath committed Nov 25, 2019
1 parent c7abfae commit 56e7a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spark-qfs-swarm/worker-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN mkdir -p /data/spark \

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

# set up command
COPY start-worker-node.sh /
Expand Down
2 changes: 1 addition & 1 deletion spark-qfs-swarm/worker-node/spark-conf/spark-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spark.executor.memory 24g
spark.executor.cores 6

# driver configurations
spark.driver.memory 4g
spark.driver.memory 8g
spark.driver.cores 2

# operational configurations
Expand Down

0 comments on commit 56e7a12

Please sign in to comment.