- 5 resultados
menor preço: € 1.63, preço mais alto: € 87.31, preço médio: € 28.18
1
Apache Sqoop Cookbook - Ting, Kathleen|Cecho, Jarek Jarcec
Encomendar
no/na AbeBooks.de
€ 21.03
Envio: € 0.001
EncomendarLink patrocinado
Ting, Kathleen|Cecho, Jarek Jarcec:

Apache Sqoop Cookbook - Livro de bolso

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

NEW BOOK. Custos de envio:Versandkostenfrei. (EUR 0.00) moluna, Greven, Germany [73551232] [Rating: 4 (von 5)]
2
Encomendar
no/na Biblio.co.uk
$ 1.75
(aproximadamente € 1.63)
Envio: € 13.941
EncomendarLink patrocinado

Kathleen Ting, Jarek Cecho:

Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - Livro de bolso

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

Custos de envio: EUR 13.94 Discover Books
3
Encomendar
no/na Biblio.co.uk
$ 94.37
(aproximadamente € 87.31)
Envio: € 16.881
EncomendarLink patrocinado
Ting, Kathleen; Cecho, Jarek Jarcec:
Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - Livro de bolso

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

Custos de envio: EUR 16.88 GridFreed LLC
4
Encomendar
no/na AbeBooks.de
€ 21.83
Envio: € 27.711
EncomendarLink patrocinado
Cecho, Jarek:
Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - Livro de bolso

2013, ISBN: 1449364624

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

NOT NEW BOOK. Custos de envio: EUR 27.71 Big Bill's Books, Austin, TX, U.S.A. [74145536] [Rating: 5 (von 5)]
5
Encomendar
no/na Biblio.co.uk
$ 9.81
(aproximadamente € 9.08)
Envio: € 27.711
EncomendarLink patrocinado
Ting, Kathleen; Cecho, Jarek Jarcec:
Apache Sqoop Cookbook: Unlocking Hadoop for Your Relational Database - Livro de bolso

2013, ISBN: 9781449364625

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

Custos de envio: EUR 27.71 Mediaoutletdeal1

1Como algumas plataformas não transmitem condições de envio e estas podem depender do país de entrega, do preço de compra, do peso e tamanho do item, de uma possível adesão à plataforma, de uma entrega direta pela plataforma ou através de um fornecedor terceirizado (Marketplace), etc., é possível que os custos de envio indicados pela terralivro não correspondam aos da plataforma ofertante.

Dados bibliográficos do melhor livro correspondente

Pormenores referentes ao livro
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"

Dados detalhados do livro - Apache Sqoop Cookbook by Kathleen Ting Paperback | Indigo Chapters


EAN (ISBN-13): 9781449364625
ISBN (ISBN-10): 1449364624
Livro de capa dura
Livro de bolso
Ano de publicação: 2013
Editor/Editora: Kathleen Ting
75 Páginas
Peso: 0,176 kg
Língua: Englisch

Livro na base de dados desde 2008-02-26T16:48:15-03:00 (Sao Paulo)
Página de detalhes modificada pela última vez em 2024-01-16T13:33:15-03:00 (Sao Paulo)
Número ISBN/EAN: 9781449364625

Número ISBN - Ortografia alternativa:
1-4493-6462-4, 978-1-4493-6462-5
Ortografia alternativa e termos de pesquisa relacionados:
Autor do livro: ting, kath, cech, kathleen
Título do livro: apache, cook, hadoop, jarek


Dados da editora

Autor: Kathleen Ting; Jarek Jarcec Cecho
Título: Apache Sqoop Cookbook
Editora: O'Reilly and Associates
91 Páginas
Ano de publicação: 2013-07-16
Impresso / Feito em
Língua: Inglês
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


Outros livros adicionais, que poderiam ser muito similares com este livro:

Último livro semelhante:
9781449364588 Apache Sqoop Cookbook (Ting)


< Para arquivar...