HBase导入创建表脚本报错:Compression algorithm 'lzo' previously failed test.

在尝试使用HBase创建表时,遇到了'Compression algorithm 'lzo' previously failed test.'的错误。这通常是由于系统不支持或未正确配置lzo压缩算法导致的。为解决此问题,可以将hbase.table.sanity.checks配置设置为false,以跳过健康检查。在hbase-site.xml中添加以下配置: <property> <name>hbase.table.sanity.checks</name> <value>false</value> </property> 通过这个配置,可以继续创建表,但需要注意可能存在的潜在问题。" 93399026,7756868,SpringCloud-Zuul高并发限流实践,"['SpringCloud', 'zuul', '限流处理']

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

日志内容:

ERROR: org.apache.hadoop.hbase.DoNotRetryIOException: Compression algorithm 'lzo' previously failed test. Set hbase.table.sanity.checks to false at conf or table descriptor if you want to bypass sanity checks
at org.apache.hadoop.hbase.master.HMaster.warnOrThrowExceptionForFailure(HMaster.java:1977)
at org.apache.hadoop.hbase.master.HMaster.sanityCheckTableDescriptor(HMaster.java:1852)
at org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1751)
at org.apache.hadoop.hbase.master.MasterRpcServices.createTable(MasterRpcServices.java:491)
at org.apache.hadoop.hbase.protobuf.generated.MasterProtos$MasterService$2.callBlockingMethod(MasterProtos.java:59956)
at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.jav

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值