Class AMRunner

java.lang.Object
org.apache.drill.yarn.client.AMRunner

public class AMRunner extends Object
Launch the AM through YARN. Builds the launch description, then tracks the launch operation itself. Finally, provides the user with links to track the AM both through YARN and via the AM's own web UI.
  • Field Details

    • resources

      public Map<String,org.apache.hadoop.yarn.api.records.LocalResource> resources
    • drillArchivePath

      public String drillArchivePath
    • siteArchivePath

      public String siteArchivePath
    • remoteDrillHome

      public String remoteDrillHome
    • remoteSiteDir

      public String remoteSiteDir
  • Constructor Details

    • AMRunner

      public AMRunner(com.typesafe.config.Config config, boolean verbose, boolean dryRun)
  • Method Details