HBase 클 라 이언 트 방문 경험 1

1211 단어 hbase
최근 프로젝트 에 사용 되 는 HBase. Hadoop 클 러 스 터 는 Ambari 를 통 해 설치 되 었 습 니 다.
========================================
1 프로필
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
 <property>
  <name>hbase.zookeeper.property.clientPort</name>
  <value>2181</value>
 </property>
 <property>
  <name>hbase.zookeeper.quorum</name>
  <value>a,b,c</value>
 </property>
 <property>
  <name>zookeeper.znode.parent</name>
  <value>/hbase-unsecure</value>
 </property>
 <property>
  <name>hbase.client.retries.number</name>
  <value>3</value>
 </property>
 <property>
  <name>hbase.rpc.timeout</name>
  <value>5000</value>
 </property>
 <property>
  <name>hbase.rpc.shortoperation.timeout</name>
  <value>5000</value>
 </property>
</configuration>

 
2. 클 라 이언 트 기기 에 / etc / hosts 를 설정 해 야 합 니 다.
안에 모든 클 러 스 터 노드 의 맵 이 적 혀 있 습 니 다.
==========================
 

좋은 웹페이지 즐겨찾기