hbase关于hlog的几个疑问

查看数: 59854 | 评论数: 2 | 收藏 1
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2015-6-8 16:20

正文摘要:

最近在做一些初步的性能调优,对于一部分数据丢失,是可以容忍的。 所以我打算对hbase做一个写数据不写hlog的设置操作。 不过现在0.98版本,put.setWriteToWAL(false);是马上就要淘汰的方法了。 现在新的方法 ...

回复

linjikai8888 发表于 2015-6-8 17:06:05
yuwenge 发表于 2015-6-8 16:44
都可以删除掉。
应该是public void setDurability(Durability d)

看到了,谢谢回复~

ASYNC_WAL Write the Mutation to the WAL asynchronously
FSYNC_WAL Write the Mutation to the WAL synchronously and force the entries to disk.
SKIP_WAL Do not write the Mutation to the WAL
SYNC_WAL Write the Mutation to the WAL synchronously.
USE_DEFAULT If this is for tables durability, use HBase's global default value (SYNC_WAL).


yuwenge 发表于 2015-6-8 16:44:43
都可以删除掉。
应该是public void setDurability(Durability d)
1.png

楼主可以下载这个删除掉
hadoop2.2.0帮助手册下载API及HBase 0.98.1-hadoop2 API
关闭

推荐上一条 /2 下一条