Package org.apache.drill.yarn.appMaster


package org.apache.drill.yarn.appMaster
Implements the Drill Application Master for YARN.

Note that AM implementation classes use org.apache.commons.logging to be consistent with the logging used within YARN itself. However, the AM uses Drill's class path which uses logback logging. To enable logging, modify $DRILL_HOME/conf/logback.xml and add a section something like this:


   <logger name="org.apache.drill.yarn" additivity="false">
    <level value="trace" />
    <appender-ref ref="STDOUT" />
   </logger>