Uses of Class
com.cloudera.sqoop.manager.ImportJobContext

Packages that use ImportJobContext
com.cloudera.sqoop.manager   
com.cloudera.sqoop.mapreduce   
com.cloudera.sqoop.util   
 

Uses of ImportJobContext in com.cloudera.sqoop.manager
 

Methods in com.cloudera.sqoop.manager with parameters of type ImportJobContext
 void SqlManager.importTable(ImportJobContext context)
          Default implementation of importTable() is to launch a MapReduce job via DataDrivenImportJob to read the table with DataDrivenDBInputFormat.
 void PostgresqlManager.importTable(ImportJobContext context)
           
abstract  void ConnManager.importTable(ImportJobContext context)
          Perform an import of a table from the database into HDFS.
 void MySQLManager.importTable(ImportJobContext context)
           
 void DirectPostgresqlManager.importTable(ImportJobContext context)
           
 void DirectMySQLManager.importTable(ImportJobContext context)
          Import the table into HDFS by using mysqldump to pull out the data from the database and upload the files directly to HDFS.
 void OracleManager.importTable(ImportJobContext context)
           
 

Uses of ImportJobContext in com.cloudera.sqoop.mapreduce
 

Constructors in com.cloudera.sqoop.mapreduce with parameters of type ImportJobContext
DataDrivenImportJob(SqoopOptions opts, java.lang.Class<? extends org.apache.hadoop.mapreduce.InputFormat> inputFormatClass, ImportJobContext context)
           
ImportJobBase(SqoopOptions opts, java.lang.Class<? extends org.apache.hadoop.mapreduce.Mapper> mapperClass, java.lang.Class<? extends org.apache.hadoop.mapreduce.InputFormat> inputFormatClass, java.lang.Class<? extends org.apache.hadoop.mapreduce.OutputFormat> outputFormatClass, ImportJobContext context)
           
MySQLDumpImportJob(SqoopOptions opts, ImportJobContext context)
           
 

Uses of ImportJobContext in com.cloudera.sqoop.util
 

Methods in com.cloudera.sqoop.util with parameters of type ImportJobContext
static SplittableBufferedWriter DirectImportUtils.createHdfsSink(org.apache.hadoop.conf.Configuration conf, SqoopOptions options, ImportJobContext context)
          Open a file in HDFS for write to hold the data associated with a table.
 

Constructors in com.cloudera.sqoop.util with parameters of type ImportJobContext
AppendUtils(ImportJobContext context)
           
 



Copyright © 2010 Cloudera, Inc.