mirror of
https://github.com/apache/sqoop.git
synced 2025-05-04 02:39:53 +08:00
![]() Added FieldMappable and FieldMapProcessor interfaces. Added ProcessingException class. Added NullOutputCommitter class. SqoopRecord now has delegate() method which calls a FieldMapProcessor. ClassWriter now generates getFieldMap() method for SqoopRecords. Added HBasePutProcessor to transform SqoopRecords into Put commands, implementing FieldMapProcessor. Added PutTransformer interface class and ToStringPutTransformer implementation. Added DelegatingOutputFormat that uses a FieldMapProcessor. Added HBase deps to build.xml via hbase.home property. Added HBase, ZooKeeper to the dependency net added by configure-sqoop. Added HBaseImportJob, HBaseImportMapper. ImportJobBase now has jobSetup() step executed just before job submission. ImportJobContext now holds a reference to the ConnManager. DataDrivenImportJob retrieves ConnManager from ImportJobContext, it no longer creates a new one. Added HBase table import configuration parameters to SqoopOptions, ImportTool. SqlManager.importQuery() needs to set ConnManager in ImportJobContext. Added HBase import user documentation. Described PutTransformer API in developer docs. Added HBase unit tests. Added ANT_ARGUMENTS env variable to Hudson test scripts to allow freeform parameters. Added HBASE_HOME and ZOOKEEPER_HOME variables to hudson scripts. From: Aaron Kimball <aaron@cloudera.com> git-svn-id: https://svn.apache.org/repos/asf/incubator/sqoop/trunk@1149935 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
apache-shim.xml | ||
cloudera-shim.xml | ||
ivysettings.xml | ||
libraries.properties |