- 5 Results
Lowest price: € 1.63, highest price: € 87.31, average price: € 28.18
1
Apache Sqoop Cookbook - Ting, Kathleen|Cecho, Jarek Jarcec
Order
at AbeBooks.de
€ 21.03
Shipment: € 0.001
OrderSponsored link
Ting, Kathleen|Cecho, Jarek Jarcec:

Apache Sqoop Cookbook - Paperback

2013, ISBN: 1449364624

[EAN: 9781449364625], Neubuch, [PU: O\\'Reilly Medi], COMPUTERS - DATA BASE MANAGEMENT DATABASES GENERAL WAREHOUSING SYSTEM ADMINISTRATION STORAGE & RETRIEVAL INFORMATIK EDV HADOOP SQOOP … More...

NEW BOOK. Shipping costs:Versandkostenfrei. (EUR 0.00) moluna, Greven, Germany [73551232] [Rating: 4 (von 5)]
2
Order
at Biblio.co.uk
$ 1.75
(aprox. € 1.63)
Shipment: € 13.941
OrderSponsored link

Kathleen Ting, Jarek Cecho:

Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - Paperback

ISBN: 9781449364625

O'Reilly Media. Paperback. GOOD. Spine creases, wear to binding and pages from reading. May contain limited notes, underlining or highlighting that does affect the text. Possible ex lib… More...

Shipping costs: EUR 13.94 Discover Books
3
Order
at Biblio.co.uk
$ 94.37
(aprox. € 87.31)
Shipment: € 16.881
OrderSponsored link
Ting, Kathleen; Cecho, Jarek Jarcec:
Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - Paperback

2013

ISBN: 9781449364625

O'Reilly Media, 2013-08-06. Paperback. New. New. In shrink wrap. Looks like an interesting title!, O'Reilly Media, 2013-08-06, 6

Shipping costs: EUR 16.88 GridFreed LLC
4
Order
at AbeBooks.de
€ 21.83
Shipment: € 27.711
OrderSponsored link
Cecho, Jarek:
Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - Paperback

2013, ISBN: 1449364624

[EAN: 9781449364625], Gebraucht, sehr guter Zustand, [PU: O'Reilly Media], Very Good Copy, Books

NOT NEW BOOK. Shipping costs: EUR 27.71 Big Bill's Books, Austin, TX, U.S.A. [74145536] [Rating: 5 (von 5)]
5
Order
at Biblio.co.uk
$ 9.81
(aprox. € 9.08)
Shipment: € 27.711
OrderSponsored link
Ting, Kathleen; Cecho, Jarek Jarcec:
Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - Paperback

2013, ISBN: 9781449364625

O'Reilly Media, 2013-08-06. Paperback. New., O'Reilly Media, 2013-08-06, 6

Shipping costs: EUR 27.71 Mediaoutletdeal1

1As some platforms do not transmit shipping conditions to us and these may depend on the country of delivery, the purchase price, the weight and size of the item, a possible membership of the platform, a direct delivery by the platform or via a third-party provider (Marketplace), etc., it is possible that the shipping costs indicated by find-more-books.com / find-more-books.com do not correspond to those of the offering platform.

Bibliographic data of the best matching book

Details of the book
Apache Sqoop Cookbook by Kathleen Ting Paperback | Indigo Chapters

Integrating data from multiple sources is essential in the age of big data, but it can be a challenging and time-consuming task. This handy cookbook provides dozens of ready-to-use recipes for using Apache Sqoop, the command-line interface application that optimizes data transfers between relational databases and Hadoop.

Sqoop is both powerful and bewildering, but with this cookbook’s problem-solution-discussion format, you’ll quickly learn how to deploy and then apply Sqoop in your environment. The authors provide MySQL, Oracle, and PostgreSQL database examples on GitHub that you can easily adapt for SQL Server, Netezza, Teradata, or other relational systems.

Transfer data from a single database table into your Hadoop ecosystemKeep table data and Hadoop in sync by importing data incrementallyImport data from more than one database tableCustomize transferred data by calling various database functionsExport generated, processed, or backed-up data from Hadoop to your databaseRun Sqoop within Oozie, Hadoop’s specialized workflow schedulerLoad data into Hadoop’s data warehouse (Hive) or database (HBase)Handle installation, connection, and syntax issues common to specific database vendors,

Q&A with Kathleen Ting and Jarek Jarcec Cecho, author of "Apache Sqoop Cookbook"

Q. What makes this book important right now?

A. Hadoop has quickly become the standard for processing and analyzing Big Data. In order to integrate a new Hadoop deployment into your existing environment, you will need to transfer data stored in relational databases into Hadoop. Sqoop optimizes data transfers between Hadoop and databases with a command line interface listing 60 parameters. In this book, we'll focus on applying the parameters in common use cases to help you deploy and use Sqoop in your environment.

Q. What do you hope that readers of your book will walk away with?

A. One recipe at a time, this book guides you from basic commands not requiring prior Sqoop knowledge all the way to very advanced use cases. These recipes are detailed enough not only to enable you to deploy them within your environment but also to understand Sqoop's inner workings.

Q. Can you give us a little taste of the contents?

A. Imagine a scenario where you are incrementally importing records from MySQL into Hadoop. When you resume importing and noticing that some records have been modified, you also want to include those updated records. How do you drop the older copies of records when records have been updated and then merge in the newer copies?

This sounds like a use-case for using the lastmodified incremental mode. Internally, the lastmodified import consists of two standalone MapReduce jobs. The first job will import the delta of changed data similarly to the way normal import does. This import job will save data in a temporary directory on HDFS. The second job will take both the old and new data and will merge them together into the final output, preserving only the last updated value for each row.

Here's an example:

sqoop import \\

--connect jdbc:mysql://mysql.example.com/sqoop \\

--username sqoop \\

--password sqoop \\

--table visits \\

--incremental lastmodified \\

--check-column last_update_date \\

--last-value "2013-05-22 01:01:01"

Details of the book - Apache Sqoop Cookbook by Kathleen Ting Paperback | Indigo Chapters


EAN (ISBN-13): 9781449364625
ISBN (ISBN-10): 1449364624
Hardcover
Paperback
Publishing year: 2013
Publisher: Kathleen Ting
75 Pages
Weight: 0,176 kg
Language: Englisch

Book in our database since 2008-02-26T14:48:15-05:00 (New York)
Detail page last modified on 2024-01-16T11:33:15-05:00 (New York)
ISBN/EAN: 1449364624

ISBN - alternate spelling:
1-4493-6462-4, 978-1-4493-6462-5
Alternate spelling and related search-keywords:
Book author: ting, kath, cech, kathleen
Book title: apache, cook, hadoop, jarek


Information from Publisher

Author: Kathleen Ting; Jarek Jarcec Cecho
Title: Apache Sqoop Cookbook
Publisher: O'Reilly and Associates
91 Pages
Publishing year: 2013-07-16
Printed / Made in
Language: English
12,00 € (DE)
12,40 € (AT)
Not available (reason unspecified)

BA; PB; Hardcover, Softcover / Informatik, EDV/Informatik; Objektorientiertes Software Engineering; Verteilte Datenbanken; Computernetzwerke und maschinelle Kommunikation


More/other books that might be very similar to this book

Latest similar book:
9781449364588 Apache Sqoop Cookbook (Ting)


< to archive...