Uses of Class
com.cloudera.sqoop.SqoopOptions.InvalidOptionsException

Packages that use SqoopOptions.InvalidOptionsException
com.cloudera.sqoop   
com.cloudera.sqoop.tool   
 

Uses of SqoopOptions.InvalidOptionsException in com.cloudera.sqoop
 

Methods in com.cloudera.sqoop that throw SqoopOptions.InvalidOptionsException
static char SqoopOptions.toChar(java.lang.String charish)
          Given a string containing a single character or an escape sequence representing a char, return that char itself.
 

Uses of SqoopOptions.InvalidOptionsException in com.cloudera.sqoop.tool
 

Methods in com.cloudera.sqoop.tool that throw SqoopOptions.InvalidOptionsException
protected  void BaseSqoopTool.applyCodeGenOptions(org.apache.commons.cli.CommandLine in, SqoopOptions out, boolean multiTable)
           
protected  void BaseSqoopTool.applyCommonOptions(org.apache.commons.cli.CommandLine in, SqoopOptions out)
          Apply common command-line to the state.
protected  void BaseSqoopTool.applyHiveOptions(org.apache.commons.cli.CommandLine in, SqoopOptions out)
           
protected  void BaseSqoopTool.applyInputFormatOptions(org.apache.commons.cli.CommandLine in, SqoopOptions out)
           
 void ListTablesTool.applyOptions(org.apache.commons.cli.CommandLine in, SqoopOptions out)
           
 void EvalSqlTool.applyOptions(org.apache.commons.cli.CommandLine in, SqoopOptions out)
           
 void CodeGenTool.applyOptions(org.apache.commons.cli.CommandLine in, SqoopOptions out)
           
 void SqoopTool.applyOptions(org.apache.commons.cli.CommandLine in, SqoopOptions out)
          Generate the SqoopOptions containing actual argument values from the extracted CommandLine arguments.
 void ImportTool.applyOptions(org.apache.commons.cli.CommandLine in, SqoopOptions out)
           
 void ExportTool.applyOptions(org.apache.commons.cli.CommandLine in, SqoopOptions out)
           
 void CreateHiveTableTool.applyOptions(org.apache.commons.cli.CommandLine in, SqoopOptions out)
           
 void ListDatabasesTool.applyOptions(org.apache.commons.cli.CommandLine in, SqoopOptions out)
           
protected  void BaseSqoopTool.applyOutputFormatOptions(org.apache.commons.cli.CommandLine in, SqoopOptions out)
           
 SqoopOptions SqoopTool.parseArguments(java.lang.String[] args, org.apache.hadoop.conf.Configuration conf, SqoopOptions in, boolean useGenericOptions)
          Configures a SqoopOptions according to the specified arguments.
protected  void BaseSqoopTool.validateCodeGenOptions(SqoopOptions options)
           
protected  void BaseSqoopTool.validateCommonOptions(SqoopOptions options)
           
protected  void ExportTool.validateExportOptions(SqoopOptions options)
          Validate export-specific arguments.
protected  void ImportTool.validateImportOptions(SqoopOptions options)
          Validate import-specific arguments.
 void ListTablesTool.validateOptions(SqoopOptions options)
           
 void EvalSqlTool.validateOptions(SqoopOptions options)
           
 void CodeGenTool.validateOptions(SqoopOptions options)
           
 void SqoopTool.validateOptions(SqoopOptions options)
          Validates options and ensures that any required options are present and that any mutually-exclusive options are not selected.
 void ImportTool.validateOptions(SqoopOptions options)
           
 void ExportTool.validateOptions(SqoopOptions options)
           
 void CreateHiveTableTool.validateOptions(SqoopOptions options)
           
 void ListDatabasesTool.validateOptions(SqoopOptions options)
           
protected  void BaseSqoopTool.validateOutputFormatOptions(SqoopOptions options)
           
 



Copyright © 2010 Cloudera, Inc.