当我们在hbase中创建一个表并在其中插入一些数据时,数据究竟存储在hdfs中的什么位置。我想知道hbase表的模式存储在hdfs中的什么位置
ua4mk5z41#
查找名为 hbase.rootdir 在 conf/hbase-site.xml e、 g.在我的情况下,值如下:
hbase.rootdir
conf/hbase-site.xml
<property> <name>hbase.rootdir</name> <value>hdfs://localhost:54310/user/hbase/store</value> </property>
您将使用命令查找所有hbase数据,例如。 hdfs dfs -ls /user/hbase/store
hdfs dfs -ls /user/hbase/store
1条答案
按热度按时间ua4mk5z41#
查找名为
hbase.rootdir
在conf/hbase-site.xml
e、 g.在我的情况下,值如下:您将使用命令查找所有hbase数据,例如。
hdfs dfs -ls /user/hbase/store