|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExportJobContext | |
---|---|
com.cloudera.sqoop.manager | |
com.cloudera.sqoop.mapreduce |
Uses of ExportJobContext in com.cloudera.sqoop.manager |
---|
Methods in com.cloudera.sqoop.manager with parameters of type ExportJobContext | |
---|---|
void |
SqlManager.exportTable(ExportJobContext context)
Export data stored in HDFS into a table in a database. |
void |
ConnManager.exportTable(ExportJobContext context)
Export data stored in HDFS into a table in a database. |
void |
DirectMySQLManager.exportTable(ExportJobContext context)
Export the table from HDFS by using mysqlimport to insert the data back into the database. |
void |
OracleManager.exportTable(ExportJobContext context)
Export data stored in HDFS into a table in a database. |
Uses of ExportJobContext in com.cloudera.sqoop.mapreduce |
---|
Fields in com.cloudera.sqoop.mapreduce declared as ExportJobContext | |
---|---|
protected ExportJobContext |
ExportJobBase.context
|
Constructors in com.cloudera.sqoop.mapreduce with parameters of type ExportJobContext | |
---|---|
ExportJobBase(ExportJobContext ctxt)
|
|
ExportJobBase(ExportJobContext ctxt,
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)
|
|
JdbcExportJob(ExportJobContext context)
|
|
JdbcExportJob(ExportJobContext ctxt,
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)
|
|
MySQLExportJob(ExportJobContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |