Hadoop Management Tools Hue configuration-hbase Configuration

Source: Internet
Author: User

1 Preface

First you have to accompany HBase, you can see http://www.cnblogs.com/liuchangchun/p/4096891.html, fully distributed similar

2 HBase Configure 2.1 HUE profile settings, locate the HBase label, and configure the following
# comma-separated List of HBase Thrift servers forClusters in the format of ' (Name|host:port) '.  # Use full hostname with security.  # If using Kerberos we assume GSSAPI SASL, not PLAIN. Hbase_clusters= (cluster1|spark-1421-0002:9090) # hbase configuration directory, where HBase-Site.xml is located. Hbase_conf_dir=/home/hadoop/software/cloud/hbase-1.0.0/conf # hard limit of rows or columns per row fetched before truncating. # # Truncate_limit= 500  # ' Buffered ' is thedefaultOf the HBase Thrift Server and supports security. # ' Framed 'can be used to chunk up responses, # which are useful when used in conjunction with the nonblocking server in Thrift. Thrift_transport=buffered
2.2 HBase configuration file modification, need to add something in Hbase-site.xml
          < Property>              <name>Hbase.thrift.support.proxyuser</name>              <value>True</value>          </ Property>          < Property>              <name>Hbase.regionserver.thrift.http</name>              <value>True</value>          </ Property>

Why add these things because Hue wants to access HBase's thrift service, see: http://gethue.com/hbase-browsing-with-doas-impersonation-and-kerberos/

2.3 Thrift services that need to start hbase
hbase-daemon.sh Start thrift2

Hadoop Management Tools Hue configuration-hbase Configuration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.