Methods in com.cloudera.sqoop.mapreduce with parameters of type SqoopRecord |
void |
SequenceFileImportMapper.map(org.apache.hadoop.io.LongWritable key,
SqoopRecord val,
org.apache.hadoop.mapreduce.Mapper.Context context)
|
void |
MySQLRecordExportMapper.map(org.apache.hadoop.io.LongWritable key,
SqoopRecord val,
org.apache.hadoop.mapreduce.Mapper.Context context)
Export the table to MySQL by using mysqlimport to write the data to the
database. |
void |
SequenceFileExportMapper.map(org.apache.hadoop.io.LongWritable key,
SqoopRecord val,
org.apache.hadoop.mapreduce.Mapper.Context context)
|
void |
TextImportMapper.map(org.apache.hadoop.io.LongWritable key,
SqoopRecord val,
org.apache.hadoop.mapreduce.Mapper.Context context)
|