Jump to content

Sqoop: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
m refined category using AWB
Line 53: Line 53:
{{Apache}}
{{Apache}}


[[Category:Cloud computing]]
[[Category:Cloud applications]]
[[Category:Hadoop]]
[[Category:Hadoop]]

Revision as of 03:23, 16 March 2015

Apache Sqoop
Developer(s)Apache Software Foundation
Stable release
1.4.4 / July 31, 2013 (2013-07-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