Sqoop: Difference between revisions
Appearance
Content deleted Content added
start page (It's a top-level Apache project, so yes, it's notable) |
+infobox |
||
Line 1: | Line 1: | ||
{{Infobox software |
|||
| name = Apache Sqoop |
|||
| logo = |
|||
| screenshot = |
|||
| caption = |
|||
| developer = [[Apache Software Foundation]] |
|||
| status = Active |
|||
| latest release version = 1.4.2 |
|||
| latest release date = {{release date|2012|03|31}} |
|||
| latest preview version = |
|||
| latest preview date = |
|||
| operating system = [[Cross-platform]] |
|||
| programming language = [[Java (programming language)|Java]] |
|||
| genre = [[Data management]] |
|||
| license = [[Apache License]] 2.0 |
|||
| website = {{URL|https://sqoop.apache.org}} |
|||
}} |
|||
'''Sqoop''' is software for transferring data between [[relational database]]s and [[Hadoop]].<ref name="mainpage">{{cite web |url=https://sqoop.apache.org|title=Hadoop: Apache Sqoop|accessdate=Sep 8, 2012}}</ref> Sqoop became a top-level [[Apache Software Foundation|Apache]] project in March 2012.<ref>{{cite web |url=https://blogs.apache.org/sqoop/entry/apache_sqoop_graduates_from_incubator|title=Apache Sqoop Graduates from Incubator|accessdate=Sep 8, 2012}}</ref> |
'''Sqoop''' is software for transferring data between [[relational database]]s and [[Hadoop]].<ref name="mainpage">{{cite web |url=https://sqoop.apache.org|title=Hadoop: Apache Sqoop|accessdate=Sep 8, 2012}}</ref> Sqoop became a top-level [[Apache Software Foundation|Apache]] project in March 2012.<ref>{{cite web |url=https://blogs.apache.org/sqoop/entry/apache_sqoop_graduates_from_incubator|title=Apache Sqoop Graduates from Incubator|accessdate=Sep 8, 2012}}</ref> |
||
It can be used, for example, to populate tables from a relational or [[NoSQL]] database for use with [[Apache Hive|Hive]] or [[HBase]].<ref>{{cite web |url=https://blogs.apache.org/sqoop/entry/apache_sqoop_overview|title=Apache Sqoop - Overview|accessdate=Sep 8, 2012}}</ref> |
It can be used, for example, to populate tables from a relational or [[NoSQL]] database for use with [[Apache Hive|Hive]] or [[HBase]].<ref>{{cite web |url=https://blogs.apache.org/sqoop/entry/apache_sqoop_overview|title=Apache Sqoop - Overview|accessdate=Sep 8, 2012}}</ref> |
Revision as of 18:32, 8 September 2012
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 software for transferring data between relational databases and Hadoop.[1] Sqoop became a top-level Apache project in March 2012.[2]
It can be used, for example, to populate tables from a relational or NoSQL database for use with Hive or HBase.[3]
Microsoft uses a Sqoop-based connector to help transfer data from Microsoft SQL Server databases to Hadoop.[4] Couchbase also provides a Couchbase-Hadoop connector by means of Sqoop.[5]
See Also
References
- ^ "Hadoop: Apache Sqoop". Retrieved Sep 8, 2012.
- ^ "Apache Sqoop Graduates from Incubator". Retrieved Sep 8, 2012.
- ^ "Apache Sqoop - Overview". 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