Class SchedConfCLI

java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.yarn.client.cli.SchedConfCLI
All Implemented Interfaces:
Configurable, Tool

@Public @Unstable public class SchedConfCLI extends Configured implements Tool
CLI for modifying scheduler configuration.
  • Constructor Details

    • SchedConfCLI

      public SchedConfCLI()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • run

      public int run(String[] args) throws Exception
      Description copied from interface: Tool
      Execute the command with the given arguments.
      Specified by:
      run in interface Tool
      Parameters:
      args - command specific arguments.
      Returns:
      exit code.
      Throws:
      Exception - command exception.