Skip to content

Instantly share code, notes, and snippets.

@animeshtrivedi
Created March 23, 2018 13:50
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 animeshtrivedi/59f89f440c3abe250ef7b5f84a3be05a to your computer and use it in GitHub Desktop.
Save animeshtrivedi/59f89f440c3abe250ef7b5f84a3be05a to your computer and use it in GitHub Desktop.
A localhost crail site with the TPC tier
crail.blocksize 4096
crail.buffersize 4096
#crail.buffersize 1048576
#crail.buffersize 8192
#crail.slicesize 8192
crail.regionsize 1073741824
crail.cachelimit 1073741824
#crail.cachepath /dev/hugepages/cache
crail.cachepath /tmp/crail/
crail.singleton true
crail.statistics true
crail.namenode.address crail://localhost:9060
crail.namenode.blockselection roundrobin
crail.storage.types org.apache.crail.storage.tcp.TcpStorageTier
crail.namenode.rpctype org.apache.crail.namenode.rpc.tcp.TcpNameNode
crail.storage.classes 2
crail.storage.classes.blocksize.map 1048576,524288
crail.storage.tcp.datapath /tmp/crail/
crail.storage.tcp.interface lo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment