Cargando…

YARN Essentials.

YARN is the next generation generic resource platform used to manage resources in a typical cluster and is designed to support multitenancy in its core architecture. As optimal resource utilization is central to the design of YARN, learning how to fully utilize the available fine-grained resources (...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Fasale, Amol
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Packt Publishing, 2015.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a22000007a 4500
001 EBSCO_ocn904426332
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 150306s2015 xx of 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d EBLCP  |d DEBBG  |d CHVBK  |d OCLCO  |d OCLCQ  |d OCLCF  |d FEM  |d IDB  |d N$T  |d ZCU  |d AGLDB  |d OCLCQ  |d MERUC  |d D6H  |d OCLCQ  |d VTS  |d ICG  |d OCLCQ  |d WYU  |d STF  |d DKC  |d OCLCQ  |d AJS  |d OCLCO  |d SGP  |d OCLCQ  |d OCLCO 
019 |a 968076590  |a 968981704 
020 |a 1336026138  |q (electronic bk.) 
020 |a 9781336026131  |q (electronic bk.) 
020 |a 9781784397722  |q (electronic bk.) 
020 |a 1784397725  |q (electronic bk.) 
024 3 |a 9781336026131 
029 1 |a AU@  |b 000056077054 
029 1 |a AU@  |b 000059710942 
029 1 |a AU@  |b 000067104422 
029 1 |a CHNEW  |b 000890832 
029 1 |a CHVBK  |b 374495491 
029 1 |a DEBBG  |b BV043618989 
029 1 |a DEBSZ  |b 493159746 
029 1 |a DKDLA  |b 820120-katalog:999931235405765 
035 |a (OCoLC)904426332  |z (OCoLC)968076590  |z (OCoLC)968981704 
037 |a 733899  |b MIL 
050 4 |a T55.4-60.8 
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 004.36 
049 |a UAMI 
100 1 |a Fasale, Amol. 
245 1 0 |a YARN Essentials. 
260 |b Packt Publishing,  |c 2015. 
300 |a 1 online resource 
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 
588 0 |a Print version record. 
520 |a YARN is the next generation generic resource platform used to manage resources in a typical cluster and is designed to support multitenancy in its core architecture. As optimal resource utilization is central to the design of YARN, learning how to fully utilize the available fine-grained resources (RAM, CPU cycles, and so on) in the cluster becomes vital. This book is an easy-to-follow, self-learning guide to help you start working with YARN. Beginning with an overview of YARN and Hadoop, you will dive into the pitfalls of Hadoop 1.x and how YARN takes us to the next level. You will learn the concepts, terminology, architecture, core components, and key interactions, and cover the installation and administration of a YARN cluster as well as learning about YARN application development with new and emerging data processing frameworks. 
505 0 |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Need for YARN; The redesign idea; Limitations of the classical MapReduce or Hadoop 1.x; YARN as the modern operating system of Hadoop; What are the design goals for YARN; Summary; Chapter 2: YARN Architecture; Core components of YARN architecture; ResourceManager; ApplicationMaster (AM); NodeManager (NM); YARN scheduler policies; The FIFO (First In First Out) scheduler; The fair scheduler; The capacity scheduler; Recent developments in YARN architecture; Summary 
505 8 |a Chapter 3: YARN InstallationSingle-node installation; Prerequisites; Platform; Software; Starting with the installation; The standalone mode (local mode); The pseudo-distributed mode; The fully-distributed mode; HistoryServer; Slave files; Operating Hadoop and YARN clusters; Starting Hadoop and YARN clusters; Stopping Hadoop and YARN clusters; Web interfaces of the Ecosystem; Summary; Chapter 4: YARN and Hadoop Ecosystems; The Hadoop 2 release; A short introduction to Hadoop 1.x and MRv1; MRv1 versus MRv2; Understanding where YARN fits into Hadoop; Old and new MapReduce APIs 
505 8 |a Backward compatibility of MRv2 APIsBinary compatibility of org.apache.hadoop.mapred APIs; Source compatibility of org.apache.hadoop.mapred APIs; Practical examples of MRv1 and MRv2; Preparing the input file(s); Running the job; Result; Summary; Chapter 5: YARN Administration; Container allocation; Container allocation to the application; Container configurations; YARN scheduling policies; The FIFO (First In First Out) scheduler; The FIFO (First In First Out) scheduler; The capacity scheduler; Capacity scheduler configurations; The fair scheduler; Fair scheduler configurations 
505 8 |a YARN multitenancy application supportYARN administration; Administrative tools; Adding and removing nodes from a YARN cluster; Administrating YARN jobs; MapReduce job configurations; YARN log management; YARN web user interface; Summary; Chapter 6: Developing and Running a Simple YARN Application; Running sample examples on YARN; Running a sample Pi example; Monitoring YARN applications with web GUI; YARN's MapReduce support; The MapReduce ApplicationMaster; Example YARN MapReduce settings; YARN's compatibility with MapReduce applications; Developing YARN applications 
505 8 |a The YARN application workflowWriting the YARN client; Writing the YARN ApplicationMaster; Responsibilities of the ApplicationMaster; Summary; Chapter 7: YARN Frameworks; Apache Samza; Writing a Kafka producer; Writing the hello-samza project; Starting a grid; Storm-YARN; Prerequisites; Hadoop YARN should be installed; Apache ZooKeeper should be installed; Setting up Storm-YARN; Getting the storm.yaml configuration of the launched Storm cluster; Building and running Storm-Starter examples; Apache Spark; Why run on YARN?; Apache Tez; Apache Giraph; HOYA (HBase on YARN); KOYA (Kafka on YARN) 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Electronic data processing  |x Distributed processing. 
650 0 |a Electronic data processing  |x Distributed processing  |v Handbooks, manuals, etc. 
650 6 |a Traitement réparti. 
650 6 |a Traitement réparti  |v Guides, manuels, etc. 
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 
655 7 |a handbooks.  |2 aat 
655 7 |a Handbooks and manuals  |2 fast 
655 7 |a Handbooks and manuals.  |2 lcgft 
655 7 |a Guides et manuels.  |2 rvmgf 
776 0 8 |i Print version:  |n Druck-Ausgabe  |t Fasale, Amol. YARN Essentials 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=959191  |z Texto completo 
936 |a BATCHLOAD 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1968973 
938 |a EBSCOhost  |b EBSC  |n 959191 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis31026585 
994 |a 92  |b IZTAP