Skip navigation links

Package org.apache.drill.yarn.appMaster

Implements the Drill Application Master for YARN.

See: Description

Package org.apache.drill.yarn.appMaster Description

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>
 
Skip navigation links

Copyright © 1970 The Apache Software Foundation. All rights reserved.