420421422423424425426427428429430
toolArgs = ConfigurationHelper.parseGenericOptions( out.getConf(), args); } catch (IOException ioe) { ParseException pe = new ParseException( "Could not parse generic arguments"); pe.initCause(ioe); throw pe; } } // Parse tool-specific arguments.
417418419420421422423424425426427
418419420421422423424425426427428