Skip to content

Commit

Permalink
Default to using /dev/shm for dockerized Alluxio worker
Browse files Browse the repository at this point in the history
  • Loading branch information
aaudiber committed Feb 16, 2017
1 parent bb84b14 commit ce31a0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ case ${service,,} in
integration/docker/bin/alluxio-master.sh
;;
worker)
export ALLUXIO_RAM_FOLDER=${ALLUXIO_RAM_FOLDER:-/dev/shm}
bin/alluxio formatWorker
integration/docker/bin/alluxio-worker.sh
;;
Expand Down

0 comments on commit ce31a0d

Please sign in to comment.