Hbase .log files

删除回忆录丶 提交于 2020-03-24 03:22:41

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!