Jump to content

Sqoop: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
FrescoBot (talk | contribs)
CJGarner (talk | contribs)
m See also: Added Accumulo
Line 25: Line 25:
==See also==
==See also==
* [[Apache Hive|Hive]]
* [[Apache Hive|Hive]]
* [[Apache Accumulo|Accumulo]]
* [[HBase]]
* [[HBase]]



Revision as of 21:42, 7 September 2013

Apache Sqoop
Developer(s)Apache Software Foundation
Stable release
1.4.2 / March 31, 2012 (2012-03-31)
Repository
Written inJava
Operating systemCross-platform
TypeData management
LicenseApache License 2.0
Websitesqoop.apache.org

Sqoop is a command-line interface application for transferring data between relational databases and Hadoop.[1] It supports incremental loads of a single table or a free form SQL query as well as saved jobs which can be run multiple times to import updates made to a database since the last import. Imports can also be used to populate tables in Hive or HBase.[2] Exports can be used to put data from Hadoop into a relational database. Sqoop became a top-level Apache project in March 2012.[3]

Microsoft uses a Sqoop-based connector to help transfer data from Microsoft SQL Server databases to Hadoop.[4] Couchbase, Inc. also provides a Couchbase Server-Hadoop connector by means of Sqoop.[5]

See also

References

  1. ^ "Hadoop: Apache Sqoop". Retrieved Sep 8, 2012.
  2. ^ "Apache Sqoop - Overview". Retrieved Sep 8, 2012.
  3. ^ "Apache Sqoop Graduates from Incubator". Retrieved Sep 8, 2012.
  4. ^ "Microsoft SQL Server Connector for Apache Hadoop". Retrieved Sep 8, 2012.
  5. ^ "Couchbase Hadoop Connector". Retrieved Sep 8, 2012.

Bibliography