- 5 Risultati
prezzo più basso: € 1,63, prezzo più alto: € 87,31, prezzo medio: € 28,18
1
Apache Sqoop Cookbook - Ting, Kathleen|Cecho, Jarek Jarcec
Ordina
da AbeBooks.de
€ 21,03
Spedizione: € 0,001
OrdinaLink sponsorizzato
Ting, Kathleen|Cecho, Jarek Jarcec:

Apache Sqoop Cookbook - edizione con copertina flessibile

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

NEW BOOK. Costi di spedizione:Versandkostenfrei. (EUR 0.00) moluna, Greven, Germany [73551232] [Rating: 4 (von 5)]
2
Ordina
da Biblio.co.uk
$ 1,75
(indicativi € 1,63)
Spedizione: € 13,941
OrdinaLink sponsorizzato

Kathleen Ting, Jarek Cecho:

Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - edizione con copertina flessibile

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

Costi di spedizione: EUR 13.94 Discover Books
3
Ordina
da Biblio.co.uk
$ 94,37
(indicativi € 87,31)
Spedizione: € 16,881
OrdinaLink sponsorizzato
Ting, Kathleen; Cecho, Jarek Jarcec:
Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - edizione con copertina flessibile

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

Costi di spedizione: EUR 16.88 GridFreed LLC
4
Ordina
da AbeBooks.de
€ 21,83
Spedizione: € 27,711
OrdinaLink sponsorizzato
Cecho, Jarek:
Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - edizione con copertina flessibile

2013, ISBN: 1449364624

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

NOT NEW BOOK. Costi di spedizione: EUR 27.71 Big Bill's Books, Austin, TX, U.S.A. [74145536] [Rating: 5 (von 5)]
5
Ordina
da Biblio.co.uk
$ 9,81
(indicativi € 9,08)
Spedizione: € 27,711
OrdinaLink sponsorizzato
Ting, Kathleen; Cecho, Jarek Jarcec:
Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - edizione con copertina flessibile

2013, ISBN: 9781449364625

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

Costi di spedizione: EUR 27.71 Mediaoutletdeal1

1Poiché alcune piattaforme non trasmettono le condizioni di spedizione e queste possono dipendere dal paese di consegna, dal prezzo di acquisto, dal peso e dalle dimensioni dell'articolo, dall'eventuale iscrizione alla piattaforma, dalla consegna diretta da parte della piattaforma o tramite un fornitore terzo (Marketplace), ecc. è possibile che le spese di spedizione indicate da eurolibro non corrispondano a quelle della piattaforma offerente.

Dati bibliografici del miglior libro corrispondente

Dettagli del libro
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"

Informazioni dettagliate del libro - Apache Sqoop Cookbook by Kathleen Ting Paperback | Indigo Chapters


EAN (ISBN-13): 9781449364625
ISBN (ISBN-10): 1449364624
Copertina rigida
Copertina flessibile
Anno di pubblicazione: 2013
Editore: Kathleen Ting
75 Pagine
Peso: 0,176 kg
Lingua: Englisch

Libro nella banca dati dal 2008-02-26T20:48:15+01:00 (Zurich)
Pagina di dettaglio ultima modifica in 2024-01-16T17:33:15+01:00 (Zurich)
ISBN/EAN: 1449364624

ISBN - Stili di scrittura alternativi:
1-4493-6462-4, 978-1-4493-6462-5
Stili di scrittura alternativi e concetti di ricerca simili:
Autore del libro : ting, kath, cech, kathleen
Titolo del libro: apache, cook, hadoop, jarek


Dati dell'editore

Autore: Kathleen Ting; Jarek Jarcec Cecho
Titolo: Apache Sqoop Cookbook
Editore: O'Reilly and Associates
91 Pagine
Anno di pubblicazione: 2013-07-16
Stampato / Fatto in
Lingua: Inglese
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


Altri libri che potrebbero essere simili a questo:

Ultimo libro simile:
9781449364588 Apache Sqoop Cookbook (Ting)


< Per archiviare...