0% found this document useful (0 votes)
76 views4 pages

HBase 1.1.2 Installation Guide

This document provides instructions for installing HBase version 1.1.2 on a single node or cluster. It describes downloading the HBase binary file, configuring environment variables and files, and how to install HBase in local, pseudo, or cluster mode with either internal or external Zookeeper. The instructions specify editing configuration files like hbase-site.xml and hbase-env.sh based on the installation mode and Zookeeper setup. It also provides screenshots of configuration examples and describes starting HBase and the required order.

Uploaded by

Venkat Gowda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views4 pages

HBase 1.1.2 Installation Guide

This document provides instructions for installing HBase version 1.1.2 on a single node or cluster. It describes downloading the HBase binary file, configuring environment variables and files, and how to install HBase in local, pseudo, or cluster mode with either internal or external Zookeeper. The instructions specify editing configuration files like hbase-site.xml and hbase-env.sh based on the installation mode and Zookeeper setup. It also provides screenshots of configuration examples and describes starting HBase and the required order.

Uploaded by

Venkat Gowda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

HBase-1.1.

2_Version
.1.2_Version Installation Steps
1. Download the hbase-1.1.2
1.1.2-bin tar file from Apache M
Mirrors.
2. Follow the instructions on screen shot.

3. Open the ~/.bashrc file and update HBASE_HOME information, see


below screen shot.

4. Please verify hbase configuration is correct or not using below


command “echo $HBASE_HOME”.
$HBASE_HOME”

Mr. Kalyan, Apache Contributor, 6+ years of Big Data Exp, IIT Kharagpur, Gold Medalist
Best Spark & Hadoop Training in Hyderabad,
Hyderabad ORIEN IT @ 040-65142345,
65142345, 9703202345
5. Hbase & Hadoop installation three modes.

Hadoop-2.6.0 Hbase-1.1.2

Local Mode Local Mode

Pseudo Mode Pseudo Mode


Internal Zookeeper
Cluster Mode Cluster Mode
External Zookeeper
6. If we want install Hbase in Local Mode then we will write below
screen shots content in hbase-site.xml file

7. If we want install Hbase in Pseudo Mode then we will write below


screen shots content in hbase-site.xml file

Mr. Kalyan, Apache Contributor, 6+ years of Big Data Exp, IIT Kharagpur, Gold Medalist
Best Spark & Hadoop Training in Hyderabad,
Hyderabad ORIEN IT @ 040-65142345,
65142345, 9703202345
8. If we want install Hbase
base in Cluster Mode then we will write the below
screen shot content in hbase-site.xml file.

9. When we want install hbase in cluster mode then we have to update


JAVA_HOME path in hbase-env.sh
hbase file. Follow the below screen shot
and read the inside box content.
content

Mr. Kalyan, Apache Contributor, 6+ years of Big Data Exp, IIT Kharagpur, Gold Medalist
Best Spark & Hadoop Training in Hyderabad,
Hyderabad ORIEN IT @ 040-65142345,
65142345, 9703202345
10. If we want to install hbase in cluster mode.
11. If internal zookeeper
a. export HBASE_MANAGES_ZK=true in hbase-site.xml
site.xml
b. zookeeper will start by hbase only
c. by default value is `true`
`
12. If external
ternal zookeeper
a. export HBASE_MANAGES_ZK=false in hbase-site.xml
site.xml
b. zookeeper we need to start manually
13. Observe
rve the below screen shots.

14. Start the hbase and observe


obse the order also.

Mr. Kalyan, Apache Contributor, 6+ years of Big Data Exp, IIT Kharagpur, Gold Medalist
Best Spark & Hadoop Training in Hyderabad,
Hyderabad ORIEN IT @ 040-65142345,
65142345, 9703202345

You might also like