Skip to content

Instantly share code, notes, and snippets.

@pwais
Created October 16, 2018 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwais/5c6ac996f12dbdd53e9a7f564237b4c8 to your computer and use it in GitHub Desktop.
Save pwais/5c6ac996f12dbdd53e9a7f564237b4c8 to your computer and use it in GitHub Desktop.
#alluxio.underfs.address=/tmp
alluxio.underfs.address=/opt/alluxio-underfs
// Define 2 storage levels.
alluxio.worker.tieredstore.levels=1
// Define MEM as the lowest level.
// alluxio.worker.tieredstore.level1.alias=MEMX
// alluxio.worker.tieredstore.level1.dirs.path=/dev/shm
// alluxio.worker.tieredstore.level1.dirs.quota=64MB
// alluxio.worker.tieredstore.level1.reserved.ratio=0.1
// Define SSD as the secondary level.
alluxio.worker.tieredstore.level0.alias=SSD
alluxio.worker.tieredstore.level0.dirs.path=/tmp
alluxio.worker.tieredstore.level0.dirs.quota=2TB
alluxio.worker.tieredstore.level0.reserved.ratio=0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment