This document provides information about using Scalding on Tez. It begins with prerequisites for using Scalding on Tez, including having a YARN cluster, Cascading 3.0, and the TEZ runtime library in HDFS. It then discusses setting memory and Java heap configuration flags for Tez jobs run through Scalding. The document provides a mini-howto for using Scalding on Tez in two steps - configuring the build.sbt and assembly.sbt files and setting some job flags. It discusses challenges encountered in practice and provides tips and an example Scalding on Tez application.