reklama - zainteresowany?

Hadoop Operations - Helion

Hadoop Operations
ebook
Autor: Eric Sammer
ISBN: 978-14-493-2729-3
stron: 298, Format: ebook
Data wydania: 2012-09-26
Księgarnia: Helion

Cena książki: 160,65 zł (poprzednio: 186,80 zł)
Oszczędzasz: 14% (-26,15 zł)

Dodaj do koszyka Hadoop Operations

Tagi: Inne - Programowanie

If you’ve been asked to maintain large and complex Hadoop clusters, this book is a must. Demand for operations-specific material has skyrocketed now that Hadoop is becoming the de facto standard for truly large-scale data processing in the data center. Eric Sammer, Principal Solution Architect at Cloudera, shows you the particulars of running Hadoop in production, from planning, installing, and configuring the system to providing ongoing maintenance.

Rather than run through all possible scenarios, this pragmatic operations guide calls out what works, as demonstrated in critical deployments.

  • Get a high-level overview of HDFS and MapReduce: why they exist and how they work
  • Plan a Hadoop deployment, from hardware and OS selection to network requirements
  • Learn setup and configuration details with a list of critical properties
  • Manage resources by sharing a cluster across multiple groups
  • Get a runbook of the most common cluster maintenance tasks
  • Monitor Hadoop clusters—and learn troubleshooting with the help of real-world war stories
  • Use basic tools and techniques to handle backup and catastrophic failure

Dodaj do koszyka Hadoop Operations

 

Osoby które kupowały "Hadoop Operations", wybierały także:

  • Superinteligencja. Scenariusze, strategie, zagro
  • Poradnik design thinking - czyli jak wykorzysta
  • Kosymulacja. Elastyczne projektowanie i symulacja wielodomenowa
  • F# 4.0 dla zaawansowanych. Wydanie IV
  • Systemy reaktywne. Wzorce projektowe i ich stosowanie

Dodaj do koszyka Hadoop Operations

Spis treści

Hadoop Operations eBook -- spis treści

  • Hadoop Operations
  • Dedication
  • SPECIAL OFFER: Upgrade this ebook with OReilly
  • Preface
    • Conventions Used in This Book
    • Using Code Examples
    • Safari Books Online
    • How to Contact Us
    • Acknowledgments
  • 1. Introduction
  • 2. HDFS
    • Goals and Motivation
    • Design
    • Daemons
    • Reading and Writing Data
      • The Read Path
      • The Write Path
    • Managing Filesystem Metadata
    • Namenode High Availability
    • Namenode Federation
    • Access and Integration
      • Command-Line Tools
      • FUSE
      • REST Support
  • 3. MapReduce
    • The Stages of MapReduce
    • Introducing Hadoop MapReduce
      • Daemons
        • Jobtracker
        • Tasktracker
      • When It All Goes Wrong
        • Child task failures
        • Tasktracker/worker node failures
        • Jobtracker failures
        • HDFS failures
    • YARN
  • 4. Planning a Hadoop Cluster
    • Picking a Distribution and Version of Hadoop
      • Apache Hadoop
      • Clouderas Distribution Including Apache Hadoop
      • Versions and Features
      • What Should I Use?
    • Hardware Selection
      • Master Hardware Selection
        • Namenode considerations
        • Secondary namenode hardware
        • Jobtracker hardware
      • Worker Hardware Selection
      • Cluster Sizing
      • Blades, SANs, and Virtualization
    • Operating System Selection and Preparation
      • Deployment Layout
      • Software
      • Hostnames, DNS, and Identification
      • Users, Groups, and Privileges
    • Kernel Tuning
      • vm.swappiness
      • vm.overcommit_memory
    • Disk Configuration
      • Choosing a Filesystem
        • ext3
        • ext4
        • xfs
      • Mount Options
    • Network Design
      • Network Usage in Hadoop: A Review
        • HDFS
        • MapReduce
      • 1 Gb versus 10 Gb Networks
      • Typical Network Topologies
        • Traditional tree
        • Spine fabric
  • 5. Installation and Configuration
    • Installing Hadoop
      • Apache Hadoop
        • Tarball installation
        • Package installation
      • CDH
    • Configuration: An Overview
      • The Hadoop XML Configuration Files
    • Environment Variables and Shell Scripts
    • Logging Configuration
    • HDFS
      • Identification and Location
      • Optimization and Tuning
      • Formatting the Namenode
      • Creating a /tmp Directory
    • Namenode High Availability
      • Fencing Options
      • Basic Configuration
      • Automatic Failover Configuration
        • Initialzing ZooKeeper State
      • Format and Bootstrap the Namenodes
    • Namenode Federation
    • MapReduce
      • Identification and Location
      • Optimization and Tuning
    • Rack Topology
    • Security
  • 6. Identity, Authentication, and Authorization
    • Identity
    • Kerberos and Hadoop
      • Kerberos: A Refresher
      • Kerberos Support in Hadoop
        • Configuring Hadoop security
    • Authorization
      • HDFS
      • MapReduce
      • Other Tools and Systems
        • Apache Hive
        • Apache HBase
        • Apache Oozie
        • Hue
        • Apache Sqoop
        • Apache Flume
        • Apache ZooKeeper
        • Apache Pig, Cascading, and Crunch
    • Tying It Together
  • 7. Resource Management
    • What Is Resource Management?
    • HDFS Quotas
    • MapReduce Schedulers
      • The FIFO Scheduler
        • Configuration
      • The Fair Scheduler
        • Configuration
      • The Capacity Scheduler
        • Configuration
      • The Future
  • 8. Cluster Maintenance
    • Managing Hadoop Processes
      • Starting and Stopping Processes with Init Scripts
      • Starting and Stopping Processes Manually
    • HDFS Maintenance Tasks
      • Adding a Datanode
      • Decommissioning a Datanode
      • Checking Filesystem Integrity with fsck
      • Balancing HDFS Block Data
      • Dealing with a Failed Disk
    • MapReduce Maintenance Tasks
      • Adding a Tasktracker
      • Decommissioning a Tasktracker
      • Killing a MapReduce Job
      • Killing a MapReduce Task
      • Dealing with a Blacklisted Tasktracker
  • 9. Troubleshooting
    • Differential Diagnosis Applied to Systems
    • Common Failures and Problems
      • Humans (You)
      • Misconfiguration
      • Hardware Failure
      • Resource Exhaustion
      • Host Identification and Naming
      • Network Partitions
    • Is the Computer Plugged In?
      • E-SPORE
    • Treatment and Care
    • War Stories
      • A Mystery Bottleneck
      • Theres No Place Like 127.0.0.1
  • 10. Monitoring
    • An Overview
    • Hadoop Metrics
      • Apache Hadoop 0.20.0 and CDH3 (metrics1)
        • JMX Support
        • REST Interface
          • Using the metrics servlet
          • Using the JMX JSON servlet
      • Apache Hadoop 0.20.203 and Later, and CDH4 (metrics2)
      • What about SNMP?
    • Health Monitoring
      • Host-Level Checks
      • All Hadoop Processes
      • HDFS Checks
      • MapReduce Checks
  • 11. Backup and Recovery
    • Data Backup
      • Distributed Copy (distcp)
      • Parallel Data Ingestion
    • Namenode Metadata
  • A. Deprecated Configuration Properties
  • Index
  • About the Author
  • Colophon
  • SPECIAL OFFER: Upgrade this ebook with OReilly
  • Copyright

Dodaj do koszyka Hadoop Operations

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.