Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
HBase High Performance Cookbook

You're reading from   HBase High Performance Cookbook Solutions for optimization, scaling and performance tuning

Arrow left icon
Product type Paperback
Published in Jan 2017
Publisher Packt
ISBN-13 9781783983063
Length 350 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Ruchir Choudhry Ruchir Choudhry
Author Profile Icon Ruchir Choudhry
Ruchir Choudhry
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Configuring HBase 2. Loading Data from Various DBs FREE CHAPTER 3. Working with Large Distributed Systems Part I 4. Working with Large Distributed Systems Part II 5. Working with Scalable Structure of tables 6. HBase Clients 7. Large-Scale MapReduce 8. HBase Performance Tuning 9. Performing Advanced Tasks on HBase 10. Optimizing Hbase for Cloud 11. Case Study Index

Configuring


The prerequisites for this are as follows:

JDK/Java

Version 1.6 onwards

java –version should show

Java version "1.8.0_31"

Java(TM) SE Runtime Environment (build 1.8.0_31-b13)

Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)

Remarks

Check whether JAVA_HOME is set or not.

Using echo $JAVA_HOME

should point to the Java lib in your machine.

Apache Phoenix

Phoenix-3.1.0

phoenix-3.1.0-bin.tar.gz

 

Hbase

Hbase 0.94.22

hbase-0.94.22.tar.gz

 

Elastic search

Elasticsearch-1.3.2

elasticsearch-1.3.2.zip

 

How to do it…

  1. Check the version of JDK you are using by just typing java –version; it should show java version "1.7.0_X" or greater:

  2. The second step is to download Hbase. If you are using the existing version as described in the previous chapter, then you have to use the compatible version of all the distributed components, such as Phoenix, drivers and elastic search:

    mkdir hbaseElasticSearch
    cd hbaseElasticSearch
    wget http://archive.apache.org/dist/hbase/hbase...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime