Uses of Class
com.cloudera.sqoop.lib.SqoopRecord

Packages that use SqoopRecord
com.cloudera.sqoop.mapreduce   
 

Uses of SqoopRecord in com.cloudera.sqoop.mapreduce
 

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)
           
 



Copyright © 2010 Cloudera, Inc.