Mastering Hadoop : go beyond the basics and master the next generation of Hadoop data processing platforms /
Annotation
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, England :
Packt Publishing,
2014.
|
Colección: | Community experience distilled.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | EBSCO_ocn900886855 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr cn||||||||| | ||
008 | 150114t20142014enka o 001 0 eng d | ||
040 | |a E7B |b eng |e rda |e pn |c E7B |d OCLCO |d UMI |d COO |d N$T |d DEBBG |d YDXCP |d REB |d OCLCF |d OCLCQ |d OCLCO |d AGLDB |d OCLCQ |d OCLCO |d ICA |d CNNOR |d D6H |d OCLCQ |d VTS |d CEF |d NLE |d STF |d UKMGB |d OCLCQ |d OCLCO |d G3B |d UAB |d UKAHL |d VT2 |d RDF |d OCLCO |d OCLCQ |d QGK | ||
016 | 7 | |a 018006965 |2 Uk | |
019 | |a 900898176 |a 1259222686 | ||
020 | |a 9781783983650 |q (electronic bk.) | ||
020 | |a 1783983655 |q (electronic bk.) | ||
020 | |z 1783983647 | ||
020 | |z 9781783983643 | ||
029 | 1 | |a AU@ |b 000056940756 | |
029 | 1 | |a CHNEW |b 000708807 | |
029 | 1 | |a DEBBG |b BV042491031 | |
029 | 1 | |a DEBSZ |b 434842087 | |
029 | 1 | |a DEBSZ |b 484737775 | |
029 | 1 | |a GBVCP |b 882845322 | |
029 | 1 | |a UKMGB |b 018006965 | |
035 | |a (OCoLC)900886855 |z (OCoLC)900898176 |z (OCoLC)1259222686 | ||
037 | |a CL0500000541 |b Safari Books Online | ||
050 | 4 | |a QA76.76.A65 |b .K373 2014eb | |
072 | 7 | |a COM |x 051230 |2 bisacsh | |
082 | 0 | 4 | |a 005.1 |2 23 |
049 | |a UAMI | ||
100 | 1 | |a Karanth, Sandeep, |e author. | |
245 | 1 | 0 | |a Mastering Hadoop : |b go beyond the basics and master the next generation of Hadoop data processing platforms / |c Sandeep Karanth. |
264 | 1 | |a Birmingham, England : |b Packt Publishing, |c 2014. | |
264 | 4 | |c ©2014 | |
300 | |a 1 online resource (374 pages) : |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 | |
500 | |a Includes index. | ||
588 | 0 | |a Online resource; title from PDF title page (ebrary, viewed January 14, 2015). | |
520 | 8 | |a Annotation |b Do you want to broaden your Hadoop skill set and take your knowledge to the next level? Do you wish to enhance your knowledge of Hadoop to solve challenging data processing problems? Are your Hadoop jobs, Pig scripts, or Hive queries not working as fast as you intend? Are you looking to understand the benefits of upgrading Hadoop? If the answer is yes to any of these, this book is for you. It assumes novice-level familiarity with Hadoop. | |
505 | 0 | |a Cover ; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Untitled; Untitled; Table of Contents; Preface; Chapter 1: Hadoop 2.X; The inception of Hadoop; The evolution of Hadoop; Hadoop's genealogy; Hadoop-0.20-append; Hadoop-0.20-security; Hadoop's timeline; Hadoop 2.X; Yet Another Resource Negotiator (YARN); Architecture overview; Storage layer enhancements; High availability; HDFS Federation; HDFS snapshots; Other enhancements; Support enhancements; Hadoop distributions; Which Hadoop distribution?; Performance; Scalability; Reliability | |
505 | 8 | |a ManageabilityAvailable distributions; Cloudera Distribution of Hadoop (CDH); Hortonworks Data Platform (HDP); MapR; Pivotal HD; Summary; Chapter 2: Advanced MapReduce; MapReduce input; The InputFormat class; The InputSplit class; The RecordReader class; Hadoop's ""small files"" problem; Filtering inputs; The Map task; The dfs.blocksize attribute; Sort and spill of intermediate outputs; Node-local Reducers or Combiners; Fetching intermediate outputs -- Map-side; The Reduce task; Fetching intermediate outputs -- Reduce-side; Merge and spill of intermediate outputs; MapReduce output | |
505 | 8 | |a Speculative execution of tasksMapReduce job counters; Handling data joins; Reduce-side joins; Map-side joins; Summary; Chapter 3: Advanced Pig; Pig versus SQL; Different modes of execution; Complex data types in Pig; Compiling Pig scripts; The logical plan; The physical plan; The MapReduce plan; Development and debugging aids; The DESCRIBE command; The EXPLAIN command; The ILLUSTRATE command; The advanced Pig operators; The advanced FOREACH operator; The FLATTEN operator; The nested FOREACH operator; The COGROUP operator; The UNION operator; The CROSS operator; Specialized joins in Pig | |
505 | 8 | |a The Replicated joinSkewed joins; The Merge join; User-defined functions; The evaluation functions; The aggregate functions; The filter functions; The load functions; The store functions; Pig performance optimizations; The optimization rules; Measurement of Pig script performance; Combiners in Pig; Memory for the Bag data type; Number of reducers in Pig; The multiquery mode in Pig; Best practices; The explicit usage of types; Early and frequent projection; Early and frequent filtering; The usage of the LIMIT operator; The usage of the DISTINCT operator; The reduction of operations | |
505 | 8 | |a The usage of Algebraic UDFsThe usage of Accumulator UDFs; Eliminating nulls in the data; The usage of specialized joins; Compressing intermediate results; Combining smaller files; Summary; Chapter 4: Advanced Hive; The Hive architecture; The Hive metastore; The Hive compiler; The Hive execution engine; The supporting components of Hive; Data types; File formats; Compressed files; ORC files; The Parquet files; The data model; Dynamic partitions; Semantics for dynamic partitioning; Indexes on Hive tables; Hive query optimizers; Advanced DML; The GROUP BY operation | |
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 |0 (OCoLC)fst01911570 |
650 | 0 | |a Application software |x Development. | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 7 | |a COMPUTERS |x Software Development & Engineering |x General. |2 bisacsh | |
650 | 7 | |a Application software |x Development. |2 fast |0 (OCoLC)fst00811707 | |
776 | 0 | 8 | |i Print version: |a Karanth, Sandeep. |t Mastering Hadoop : go beyond the basics and master the next generation of Hadoop data processing platforms. |d Birmingham, England : Packt Publishing, ©2014 |h vii, 351 pages |k Community experience distilled. |z 9781783983643 |
830 | 0 | |a Community experience distilled. | |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781783983643/?ar |z Texto completo |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=934162 |z Texto completo |
936 | |a BATCHLOAD | ||
938 | |a Askews and Holts Library Services |b ASKH |n AH28107528 | ||
938 | |a ebrary |b EBRY |n ebr11001819 | ||
938 | |a EBSCOhost |b EBSC |n 934162 | ||
938 | |a YBP Library Services |b YANK |n 12228110 | ||
994 | |a 92 |b IZTAP |