- 5 Résultats
prix le plus bas: € 1,63, prix le plus élevé: € 87,31, prix moyen: € 28,18
1
Apache Sqoop Cookbook - Ting, Kathleen|Cecho, Jarek Jarcec
Commander
sur AbeBooks.de
€ 21,03
Envoi: € 0,001
CommanderLien sponsorisé
Ting, Kathleen|Cecho, Jarek Jarcec:

Apache Sqoop Cookbook - Livres de poche

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 … Plus…

NEW BOOK. Frais d'envoiVersandkostenfrei. (EUR 0.00) moluna, Greven, Germany [73551232] [Rating: 4 (von 5)]
2
Commander
sur Biblio.co.uk
$ 1,75
(environ € 1,63)
Envoi: € 13,941
CommanderLien sponsorisé

Kathleen Ting, Jarek Cecho:

Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - Livres de poche

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… Plus…

Frais d'envoi EUR 13.94 Discover Books
3
Commander
sur Biblio.co.uk
$ 94,37
(environ € 87,31)
Envoi: € 16,881
CommanderLien sponsorisé
Ting, Kathleen; Cecho, Jarek Jarcec:
Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - Livres de poche

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

Frais d'envoi EUR 16.88 GridFreed LLC
4
Commander
sur AbeBooks.de
€ 21,83
Envoi: € 27,711
CommanderLien sponsorisé
Cecho, Jarek:
Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - Livres de poche

2013, ISBN: 1449364624

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

NOT NEW BOOK. Frais d'envoi EUR 27.71 Big Bill's Books, Austin, TX, U.S.A. [74145536] [Rating: 5 (von 5)]
5
Commander
sur Biblio.co.uk
$ 9,81
(environ € 9,08)
Envoi: € 27,711
CommanderLien sponsorisé
Ting, Kathleen; Cecho, Jarek Jarcec:
Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - Livres de poche

2013, ISBN: 9781449364625

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

Frais d'envoi EUR 27.71 Mediaoutletdeal1

1Comme certaines plateformes ne transmettent pas les conditions d'expédition et que celles-ci peuvent dépendre du pays de livraison, du prix d'achat, du poids et de la taille de l'article, d'une éventuelle adhésion de la plateforme, d'une livraison directe par la plateforme ou via un prestataire tiers (Marketplace), etc. il est possible que les frais de livraison indiqués par eurolivre ne correspondent pas à ceux de la plateforme qui propose l'article.

Données bibliographiques du meilleur livre correspondant

Détails sur le livre
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"

Informations détaillées sur le livre - Apache Sqoop Cookbook by Kathleen Ting Paperback | Indigo Chapters


EAN (ISBN-13): 9781449364625
ISBN (ISBN-10): 1449364624
Version reliée
Livre de poche
Date de parution: 2013
Editeur: Kathleen Ting
75 Pages
Poids: 0,176 kg
Langue: Englisch

Livre dans la base de données depuis 2008-02-26T20:48:15+01:00 (Zurich)
Page de détail modifiée en dernier sur 2024-01-16T17:33:15+01:00 (Zurich)
ISBN/EAN: 1449364624

ISBN - Autres types d'écriture:
1-4493-6462-4, 978-1-4493-6462-5
Autres types d'écriture et termes associés:
Auteur du livre: ting, kath, cech, kathleen
Titre du livre: apache, cook, hadoop, jarek


Données de l'éditeur

Auteur: Kathleen Ting; Jarek Jarcec Cecho
Titre: Apache Sqoop Cookbook
Editeur: O'Reilly and Associates
91 Pages
Date de parution: 2013-07-16
Imprimé / Fabriqué en
Langue: Anglais
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


Autres livres qui pourraient ressembler au livre recherché:

Dernier livre similaire:
9781449364588 Apache Sqoop Cookbook (Ting)


< pour archiver...