Uses of Class
org.apache.drill.yarn.core.DoyConfigException
Packages that use DoyConfigException
Package
Description
Holds functionality common to the Drill-on-YARN client and Application Master (AM).
-
Uses of DoyConfigException in org.apache.drill.yarn.core
Methods in org.apache.drill.yarn.core that throw DoyConfigExceptionModifier and TypeMethodDescriptionprotected voidDrillOnYarnConfig.doLoad(ClassLoader cl) Load the config.DrillOnYarnConfig.getRemoteDrillHome()Get the location of Drill home on a remote machine, relative to the container working directory.static DrillOnYarnConfigDrillOnYarnConfig.load()voidDrillOnYarnConfig.setAmDrillHome()Retrieve the AM Drill home location from the DRILL_HOME variable set in the drill-am.sh launch script.voidDrillOnYarnConfig.setClientPaths()Obtain Drill home from the DRILL_HOME environment variable set by drill-config.sh, which is called from drill-on-yarn.sh.