Book Image

Learning HBase

By : Shashwat Shriparv
Book Image

Learning HBase

By: Shashwat Shriparv

Overview of this book

Table of Contents (18 chapters)
Learning HBase
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 9. Advance Coding in Java for HBase

In this chapter, we will learn about some more advance coding on topics such as administrative tasks; available interfaces, classes, and exceptions in HBase; writing a MapReduce for HBase; and operations on HDFS. We will also discuss details on REST and Thrift API services and other advance topics such as coprocessors, bloom filters, and available HBase tools for value addition.

In this chapter, we will cover the following topics:

  • Interfaces, classes, and exceptions in HBase

  • Java code for performing administrative tasks

  • Data operation codes

  • MapReduce in HBase

  • REST/Thrift web service introduction

  • Advance concepts in HBase

  • Information about some add-on projects