Sqoop
Appearance
Developer(s) | Apache Software Foundation |
---|---|
Stable release | 1.4.2
/ March 31, 2012 |
Repository | |
Written in | Java |
Operating system | Cross-platform |
Type | Data management |
License | Apache License 2.0 |
Website | sqoop |
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
- ^ "Hadoop: Apache Sqoop". Retrieved Sep 8, 2012.
- ^ "Apache Sqoop - Overview". Retrieved Sep 8, 2012.
- ^ "Apache Sqoop Graduates from Incubator". Retrieved Sep 8, 2012.
- ^ "Microsoft SQL Server Connector for Apache Hadoop". Retrieved Sep 8, 2012.
- ^ "Couchbase Hadoop Connector". Retrieved Sep 8, 2012.
Bibliography
- White, Tom. "Chapter 15: Sqoop". Hadoop: The Definitive Guide (2nd ed.). O'Reilly Media. p. 477–495. ISBN 978-1-449-38973-4.
External links