Cargando…

Hadoop essentials : delve into the key concepts of Hadoop and get a thorough understanding of the Hadoop ecosystem /

If you are a system or application developer interested in learning how to solve practical problems using the Hadoop framework, then this book is ideal for you. This book is also meant for Hadoop professionals who want to find solutions to the different challenges they come across in their Hadoop pr...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Achari, Shiva (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn910341796
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 150529s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d IDEBK  |d EBLCP  |d YDXCP  |d TEFOD  |d DEBSZ  |d DEBBG  |d TEFOD  |d OCLCF  |d IDB  |d N$T  |d ZCU  |d AGLDB  |d OCLCQ  |d MERUC  |d D6H  |d OCLCQ  |d VTS  |d CEF  |d ICG  |d NLE  |d OCLCQ  |d STF  |d DKC  |d AU@  |d OCLCO  |d OCLCQ  |d OCLCO  |d AJS  |d CZL  |d OCLCO  |d QGK  |d OCLCQ  |d OCLCO 
019 |a 908632823  |a 1259225585 
020 |a 9781784390464  |q (electronic bk.) 
020 |a 1784390461  |q (electronic bk.) 
020 |z 1784396680 
020 |z 9781784396688 
029 1 |a CHNEW  |b 000891420 
029 1 |a CHVBK  |b 374534381 
029 1 |a DEBBG  |b BV042683555 
029 1 |a DEBBG  |b BV043620333 
029 1 |a DEBSZ  |b 433561467 
029 1 |a DEBSZ  |b 446587605 
029 1 |a DEBSZ  |b 493164812 
029 1 |a DKDLA  |b 820120-katalog:999942685305765 
029 1 |a GBVCP  |b 829923950 
035 |a (OCoLC)910341796  |z (OCoLC)908632823  |z (OCoLC)1259225585 
037 |a CL0500000597  |b Safari Books Online 
037 |a 9E3C3C1F-7B20-4E96-8841-E75925AFD023  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.9.D5 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 052000  |2 bisacsh 
082 0 4 |a 005.74  |2 23 
049 |a UAMI 
100 1 |a Achari, Shiva,  |e author. 
245 1 0 |a Hadoop essentials :  |b delve into the key concepts of Hadoop and get a thorough understanding of the Hadoop ecosystem /  |c Shiva Achari. 
246 3 0 |a Delve into the key concepts of Hadoop and get a thorough understanding of the Hadoop ecosystem 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from title page (Safari, viewed May 15, 2015). 
500 |a Includes index. 
505 0 |a Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction to Big Data and Hadoop; V's of big data; Volume; Velocity; Variety; Understanding big data; NoSQL; Types of NoSQL databases; Analytical database; Who is creating the big data?; Big data use cases; Big data use case patterns; Big data as a storage pattern; Big data as a data transformation pattern; Big data for a data analysis pattern; Big data for data in a real-time pattern; Big data for a low latency caching pattern; Hadoop; Hadoop history 
505 8 |a Description Advantages of Hadoop; Uses of Hadoop; Hadoop ecosystem; Apache Hadoop; Hadoop distributions; Pillars of Hadoop-HDFS, MapReduce, and YARN; Data access components -- Hive and Pig; Data storage component -- HBase; Data ingestion in Hadoop- Sqoop and Flume; Streaming and real-time analysis -- Storm and Spark; Summary; Chapter 2: Hadoop Ecosystem; Traditional systems; Database trend; Hadoop use cases; Hadoop basic data flow; Hadoop integration; The Hadoop ecosystem; Distributed filesystem; HDFS; Distributed programming; NoSQL databases; Apache HBase; Data ingestion; Service Programming 
505 8 |a Apache YARN Apache Zookeeper; Scheduling; Data analytics and machine learning; System management; Apache Ambari; Summary; Chapter 3: Pillars of Hadoop -- HDFS, MapReduce, and YARN; HDFS; Features of HDFS; HDFS Architecture; NameNode; DataNode; Checkpoint NameNode or Secondary NameNode; BackupNode; Data storage in HDFS; Read pipeline; Write pipeline; Rack awareness; Advantages of rack awareness in HDFS; HDFS Federation; Limitations of HDFS 1.0; The benefit of HDFS Federation; HDFS ports; HDFS commands; MapReduce; MapReduce architecture; JobTracker; TaskTracker; Serialization data types 
505 8 |a Writable interface Writable Comparable interface; MapReduce example; The MapReduce process; Mapper; Shuffle and sorting; Reducer; Speculative execution; FileFormats; InputFormats; RecordReader; OutputFormats; RecordWriter; Writing a MapReduce program; Mapper code; Reducer code; Driver code; Auxiliary steps; Combiner; Partitioner; YARN; YARN Architecture; ResourceManager; NodeManager; ApplicationMaster; Applications powered by YARN; Summary; Chapter 4: Data Access Components -- Hive and Pig; Need of a data processing tool on Hadoop; Pig; Pig data types; Pig architecture; The logical plan 
505 8 |a The physical plan The MapReduce plan; Pig modes; Grunt shell; Input data; Loading data; Dump; Store; Filter; Group By; Limit; Aggregation; Cogroup; DESCRIBE; EXPLAIN; ILLUSTRATE; Hive; Hive architecture; Metastore; Query compiler; Execution engine; Data types and schemas; Installing Hive; Starting Hive Shell; HiveQL; DDL (Data Definition Language) operations; DML (Data Manipulation Language) operations; SQL operation; Built-in functions; Custom UDF (User Defined Functions); Managing tables (external versus managed); SerDe; Partitioning; Bucketing; Summary; Chapter 5: Storage Component -- HBase 
520 |a If you are a system or application developer interested in learning how to solve practical problems using the Hadoop framework, then this book is ideal for you. This book is also meant for Hadoop professionals who want to find solutions to the different challenges they come across in their Hadoop projects. 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Apache Hadoop. 
630 0 7 |a Apache Hadoop  |2 fast 
650 0 |a Electronic data processing  |x Distributed processing. 
650 0 |a Web sites  |x Design. 
650 0 |a Web site development. 
650 6 |a Traitement réparti. 
650 6 |a Sites Web  |x Conception. 
650 6 |a Sites Web  |x Développement. 
650 7 |a COMPUTERS  |x Computer Literacy.  |2 bisacsh 
650 7 |a COMPUTERS  |x Computer Science.  |2 bisacsh 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Hardware  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Information Technology.  |2 bisacsh 
650 7 |a COMPUTERS  |x Machine Theory.  |2 bisacsh 
650 7 |a COMPUTERS  |x Reference.  |2 bisacsh 
650 7 |a Electronic data processing  |x Distributed processing  |2 fast 
650 7 |a Web site development  |2 fast 
650 7 |a Web sites  |x Design  |2 fast 
776 0 8 |i Print version:  |n Druck-Ausgabe  |t Achari, Shiva. Hadoop Essentials 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781784396688/?ar  |z Texto completo 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=986713  |z Texto completo 
938 |a EBL - Ebook Library  |b EBLB  |n EBL2039889 
938 |a EBSCOhost  |b EBSC  |n 986713 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis31515387 
938 |a YBP Library Services  |b YANK  |n 12407214 
994 |a 92  |b IZTAP