我是hbase和hadoop的初学者。我做了独立的配置,它运行得很好并且能够创建表格。 当我为伪分布模式配置hbase-site.xml并启动hbase时,它要求安装已安装的java。虽然HMaster正在运行,但在HDFS中没有创建目录... 我尽力帮助我。谢谢你提前
我的hbase-site.xml是......
<configuration>
<property>
<name>hbase.cluster.distributed</name>
<value>true</value>
</property>
<property>
<name>hbase.rootdir</name>
<value>hdfs://localhost:8020/hbase</value>
</property>
<property>
<name>hbase.zookeeper.property.dataDir</name>
<value>/home/hduser/zookeeper</value>
</property>
</configuration>