Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
HBase High Performance Cookbook

You're reading from  HBase High Performance Cookbook

Product type Book
Published in Jan 2017
Publisher Packt
ISBN-13 9781783983063
Pages 350 pages
Edition 1st Edition
Languages
Author (1):
Ruchir Choudhry Ruchir Choudhry
Profile icon Ruchir Choudhry
Toc

Table of Contents (19) Chapters close

HBase High Performance Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
1. Configuring HBase 2. Loading Data from Various DBs 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 €14.99/month. Cancel anytime