欢迎投稿

今日深度:

hbase配置文件,

hbase配置文件,


hbase-site.xml


<configuration>
  <property>
      <name>hbase.rootdir</name>
      <value>hdfs://master:9000/hbase</value>
      <description>The directory shared by RegionServers. </description>
  </property>

  <property>
      <name>hbase.cluster.distributed</name>
      <value>true</value>
   </property>
   
  <property>
      <name>hbase.zookeeper.quorum</name>
      <value>master:2181,data1:2181,data2:2181</value>
  </property>

</configuration>


regionservers


data1
data2
data3


 

www.htsjk.Com true http://www.htsjk.com/hbase/41010.html NewsArticle hbase配置文件, hbase-site.xml configuration   property       namehbase.rootdir/name       valuehdfs://master:9000/hbase/value       descriptionThe directory shared by RegionServers. /description   /property   property    ...
相关文章
    暂无相关文章
评论暂时关闭