Cargando…

HBase Administration Cookbook : Master HBase Configuration and Administration for Optimum Database Performance /

Master HBase configuration and administration for optimum database performance.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Jiang, Yifeng
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2012.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn815507368
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 111102s2012 enka o 001 0 eng d
040 |a E7B  |b eng  |e pn  |c E7B  |d OCLCO  |d N$T  |d UMI  |d COO  |d DEBSZ  |d YDXCP  |d OCLCQ  |d OCLCF  |d NKT  |d OCLCQ  |d AZK  |d LOA  |d JBG  |d AGLDB  |d MOR  |d CCO  |d PIFAG  |d MERUC  |d OCLCQ  |d ZCU  |d U3W  |d STF  |d WRM  |d VTS  |d CEF  |d NRAMU  |d ICG  |d INT  |d VT2  |d UKMGB  |d OCLCO  |d OCLCQ  |d UAB  |d A6Q  |d DKC  |d AU@  |d OCLCQ  |d M8D  |d UKAHL  |d HS0  |d OCLCQ  |d AJS  |d OCLCQ  |d UKCRE  |d OCLCO  |d QGK  |d OCLCQ  |d OCLCO 
015 |a GBB6G4496  |2 bnb 
016 7 |a 018014827  |2 Uk 
019 |a 827797142  |a 903211474  |a 961547400  |a 962603356  |a 965993368  |a 988498834  |a 991962218  |a 1037764645  |a 1038695613  |a 1045562590  |a 1055373577  |a 1081278863  |a 1083558326  |a 1103254060  |a 1129358027  |a 1153032047  |a 1259064841 
020 |a 9781849517157  |q (electronic bk.) 
020 |a 1849517150  |q (electronic bk.) 
020 |a 1849517142 
020 |a 9781849517140 
020 |z 9781849517140 
020 |a 1283593939 
020 |a 9781283593939 
020 |a 9786613906380 
020 |a 6613906387 
029 1 |a AU@  |b 000050590897 
029 1 |a AU@  |b 000053017122 
029 1 |a AU@  |b 000062538944 
029 1 |a AU@  |b 000067110145 
029 1 |a CHNEW  |b 000621329 
029 1 |a DEBBG  |b BV041120062 
029 1 |a DEBBG  |b BV043149551 
029 1 |a DEBBG  |b BV044168018 
029 1 |a DEBSZ  |b 396679528 
029 1 |a DEBSZ  |b 397376073 
029 1 |a DEBSZ  |b 421357541 
029 1 |a NZ1  |b 15196348 
029 1 |a UKMGB  |b 018014827 
035 |a (OCoLC)815507368  |z (OCoLC)827797142  |z (OCoLC)903211474  |z (OCoLC)961547400  |z (OCoLC)962603356  |z (OCoLC)965993368  |z (OCoLC)988498834  |z (OCoLC)991962218  |z (OCoLC)1037764645  |z (OCoLC)1038695613  |z (OCoLC)1045562590  |z (OCoLC)1055373577  |z (OCoLC)1081278863  |z (OCoLC)1083558326  |z (OCoLC)1103254060  |z (OCoLC)1129358027  |z (OCoLC)1153032047  |z (OCoLC)1259064841 
037 |a CL0500000191  |b Safari Books Online 
050 4 |a QA76.9.D5 
072 7 |a COM  |x 061000  |2 bisacsh 
082 0 4 |a 004.36  |2 23 
049 |a UAMI 
100 1 |a Jiang, Yifeng. 
245 1 0 |a HBase Administration Cookbook :  |b Master HBase Configuration and Administration for Optimum Database Performance /  |c Yifeng Jiang. 
260 |a Birmingham :  |b Packt Publishing,  |c 2012. 
300 |a 1 online resource :  |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 data file 
490 1 |a Quick answers to common problems 
490 1 |a Open source : community experience distilled 
505 0 |a Cover; Copyright; Credits; About the Author; Acknowledgement; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Setting Up HBase Cluster; Introduction; Quick start; Getting ready on Amazon EC2; Setting up Hadoop; Setting up ZooKeeper; Changing the kernel settings; Setting up HBase; Basic Hadoop/ZooKeeper/HBase configurations; Setting up multiple High Availability (HA) masters; Chapter 2:Data Migration; Introduction; Importing data from MySQL via single client; Importing data from TSV files using the bulk load tool; Writing your own MapReduce job to import data 
505 8 |a Precreating regions before moving data into HBaseChapter 3:Using Administration Tools; Introduction; HBase Master web UI; Using HBase Shell to manage tables; Using HBase Shell to access data in HBase; Using HBase Shell to manage the cluster; Executing Java methods from HBase Shell; Row counter; WAL tool-manually splitting and dumping WALs; HFile tool-viewing textualized HFile content; HBase hbck-checking the consistency of an HBase cluster; Hive on HBase-querying HBase using a SQL-like language; Chapter 4:Backing Up and Restoring HBase Data; Introduction; Full shutdown backup using distcp 
505 8 |a Using CopyTable to copy data from one table to anotherExporting an HBase table to dump files on HDFS; Restoring HBase data by importing dump files from HDFS; Backing up NameNode metadata; Backing up region starting keys; Cluster replication; Chapter 5:Monitoring and Diagnosis; Introduction; Showing the disk utilization of HBase tables; Setting up Ganglia to monitor an HBase cluster; OpenTSDB-using HBase to monitor an HBase cluster; Setting up Nagios to monitor HBase processes; Using Nagios to check Hadoop/HBase logs; Simple scripts to report the status of the cluster 
505 8 |a Hot region-write diagnosisChapter 6:Maintenance and Security; Introduction; Enabling HBase RPC DEBUG-level logging; Graceful node decommissioning; Adding nodes to the cluster; Rolling restart; Simple script for managing HBase processes; Simple script for making deployment easier; Kerberos authentication for Hadoop and HBase; Configuring HDFS security with Kerberos; HBase security configuration; Chapter 7:Troubleshooting; Introduction; Troubleshooting tools; Handling the XceiverCount error; Handling the ""too many open files"" error; Handling the ""unable to create new native thread"" error 
505 8 |a Handling the ""HBase ignores HDFS client configuration"" issueHandling the ZooKeeper client connection error; Handling the ZooKeeper session expired error; Handling the HBase startup error on EC2; Chapter 8:Basic Performance Tuning; Introduction; Setting up Hadoop to spread disk I/O; Using network topology script to make Hadoop rack-aware; Mounting disks with noatime and nodiratime; Setting vm.swappiness to 0 to avoid swap; Java GC and HBase heap settings; Using compression; Managing compactions; Managing a region split; Chapter 9:Advanced Configurations and Tuning; Introduction 
520 |a Master HBase configuration and administration for optimum database performance. 
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 
650 0 |a Electronic data processing  |x Distributed processing. 
650 0 |a Database management. 
650 6 |a Traitement réparti. 
650 6 |a Bases de données  |x Gestion. 
650 7 |a COMPUTERS  |x Client-Server Computing.  |2 bisacsh 
650 7 |a Database management  |2 fast 
650 7 |a Electronic data processing  |x Distributed processing  |2 fast 
776 |z 1-84951-714-2 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781849517140/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943851 
938 |a ebrary  |b EBRY  |n ebr10598980 
938 |a EBSCOhost  |b EBSC  |n 481269 
938 |a YBP Library Services  |b YANK  |n 9655025 
994 |a 92  |b IZTAP