问题
My HBASE runs in pseudo-distributed mode and the version is hbase-0.98.5 . When I list the hbase files in HDFS I am not able to view the .logs folder,I had created few tables in HBASE .I am confused where is the WAL edits stored? Or is there any problem with my installation. I can see a WAL folder in the files listed.Is that the same as the.logs folder .Could anyone help?
回答1:
from 0.96 the /hbase directory layout was changed /hbase/.logs is now /hbase/WAL /hbase/tableName is now /hbase/data/default/tableName and more...
来源:https://stackoverflow.com/questions/25925865/hbase-log-files