public abstract class ParameterVerifier extends Object
| Constructor and Description |
|---|
ParameterVerifier() |
| Modifier and Type | Method and Description |
|---|---|
static void |
verifyParameters(org.apache.hadoop.conf.Configuration conf,
org.jdom.Element rootElement)
Verify the parameters section (if supported in the schema)
|
public ParameterVerifier()
public static void verifyParameters(org.apache.hadoop.conf.Configuration conf, org.jdom.Element rootElement) throws ParameterVerifierException
conf - The job configurationrootElement - The root element of the workflow, coordinator, or bundle definitionParameterVerifierException - If required parameters are not defined and have no default values, or if a name is emptyCopyright © 2015 Apache Software Foundation. All Rights Reserved.