HBase in Action
eBook - ePub

HBase in Action

,
  1. 360 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

HBase in Action

,
Book details
Table of contents
Citations

About This Book

Summary HBase in Action has all the knowledge you need to design, build, and run applications using HBase. First, it introduces you to the fundamentals of distributed systems and large scale data handling. Then, you'll explore real-world applications and code samples with just enough theory to understand the practical techniques. You'll see how to build applications with HBase and take advantage of the MapReduce processing framework. And along the way you'll learn patterns and best practices. About the Technology HBase is a NoSQL storage system designed for fast, random access to large volumes of data. It runs on commodity hardware and scales smoothly from modest datasets to billions of rows and millions of columns. About this Book HBase in Action is an experience-driven guide that shows you how to design, build, and run applications using HBase. First, it introduces you to the fundamentals of handling big data. Then, you'll explore HBase with the help of real applications and code samples and with just enough theory to back up the practical techniques. You'll take advantage of the MapReduce processing framework and benefit from seeing HBase best practices in action. Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book. What's Inside

  • When and how to use HBase
  • Practical examples
  • Design patterns for scalable data systems
  • Deployment, integration, and design


Written for developers and architects familiar with data storage and processing. No prior knowledge of HBase, Hadoop, or MapReduce is required. Table of Contents
PART 1 HBASE FUNDAMENTALS

  • Introducing HBase
  • Getting started
  • Distributed HBase, HDFS, and MapReduce
  • PART 2 ADVANCED CONCEPTS
  • HBase table design
  • Extending HBase with coprocessors
  • Alternative HBase clients
  • PART 3 EXAMPLE APPLICATIONS
  • HBase by example: OpenTSDB
  • Scaling GIS on HBase
  • PART 4 OPERATIONALIZING HBASE
  • Deploying HBase
  • Operations

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access HBase in Action by in PDF and/or ePUB format, as well as other popular books in Computer Science & Databases. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Manning
Year
2012
ISBN
9781638355359

Table of contents

  1. Copyright
  2. Brief Table of Contents
  3. Table of Contents
  4. Foreword
  5. Letter to the HBase Community
  6. Preface
  7. Acknowledgments
  8. About this Book
  9. About the Authors
  10. About the Cover Illustration
  11. Part 1. HBase fundamentals
  12. Chapter 1. Introducing HBase
  13. Chapter 2. Getting started
  14. Chapter 3. Distributed HBase, HDFS, and MapReduce
  15. Part 2. Advanced concepts
  16. Chapter 4. HBase table design
  17. Chapter 5. Extending HBase with coprocessors
  18. Chapter 6. Alternative HBase clients
  19. Part 3. Example applications
  20. Chapter 7. HBase by example: OpenTSDB
  21. Chapter 8. Scaling GIS on HBase
  22. Part 4. Operationalizing HBase
  23. Chapter 9. Deploying HBase
  24. Chapter 10. Operations
  25. Appendix A. Exploring the HBase system
  26. Appendix B. More about the workings of HDFS
  27. Index
  28. List of Figures
  29. List of Tables
  30. List of Listings