public class HadoopUtils extends Object
| Constructor and Description |
|---|
HadoopUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.api.java.utils.ParameterTool |
paramsFromGenericOptionsParser(String[] args)
Returns
ParameterTool for the arguments parsed by GenericOptionsParser. |
public static org.apache.flink.api.java.utils.ParameterTool paramsFromGenericOptionsParser(String[] args) throws IOException
ParameterTool for the arguments parsed by GenericOptionsParser.args - Input array arguments. It should be parsable by GenericOptionsParserParameterToolIOException - If arguments cannot be parsed by GenericOptionsParserGenericOptionsParserCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.