In T256108 we were wondering if it was worth or not to co-locate Presto with Yarn on Hadoop worker nodes. The alternative would be to keep separate nodes, and use alluxio as caching layer for HDFS.
Alluxio is packaged in Bigtop so after the upgrade we could try to test it and see how it performs. The current Presto bottleneck is all the data moving in and out the workers from the HDFS ones (all network bound). Alluxio would alleviate the problem via hdfs caching on the Presto workers' RAM.

