Uses of Class
org.apache.hadoop.util.GenericOptionsParser
Packages that use GenericOptionsParser
Package
Description
This package contains classes, interfaces and exceptions to launch
YARN services from the command line.
-
Uses of GenericOptionsParser in org.apache.hadoop.service.launcher
Subclasses of GenericOptionsParser in org.apache.hadoop.service.launcherModifier and TypeClassDescriptionprotected static classA generic options parser which does not parse any of the traditional Hadoop options.Methods in org.apache.hadoop.service.launcher that return GenericOptionsParserModifier and TypeMethodDescriptionprotected GenericOptionsParserServiceLauncher.createGenericOptionsParser(Configuration conf, String[] argArray) Override point: create a generic options parser or subclass thereof.