<property>
        <name>hbase.rootdir</name>
        <value>hdfs://server110/hbase</value>
</property>
<property>
        <name>hbase.cluster.distributed</name>
        <value>true</value>
</property>
<property>
        <name>hbase.zookeeper.quorum</name>
<!--指定zk的地址,多个用,分割--> <value>spark01:2181</value> </property>

 

拷贝hdfs下的core-site.xml和hdfs-site.xml到hbase的conf文件夹下

 

相关文章:

  • 2022-12-23
  • 2022-01-08
  • 2022-01-11
  • 2021-06-06
  • 2021-06-23
  • 2021-06-15
  • 2021-06-21
  • 2022-12-23
猜你喜欢
  • 2021-06-18
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2022-01-19
  • 2021-03-31
相关资源
相似解决方案