Uses of Class
com.cloudera.sqoop.mapreduce.AutoProgressMapper

Packages that use AutoProgressMapper
com.cloudera.sqoop.mapreduce   
 

Uses of AutoProgressMapper in com.cloudera.sqoop.mapreduce
 

Subclasses of AutoProgressMapper in com.cloudera.sqoop.mapreduce
 class SequenceFileExportMapper
          Reads a SqoopRecord from the SequenceFile in which it's packed and emits that DBWritable to the OutputFormat for writeback to the database.
 class SequenceFileImportMapper
          Imports records by writing them to a SequenceFile.
 class TextExportMapper
          Converts an input record from a string representation to a parsed Sqoop record and emits that DBWritable to the OutputFormat for writeback to the database.
 class TextImportMapper
          Imports records by transforming them to strings for a plain-text flat file.
 



Copyright © 2010 Cloudera, Inc.