【发布时间】:2016-09-19 18:43:32
【问题描述】:
在 HDP 集群上,我正在尝试创建 Hive 表并将其与现有 Hbase 表集成。它创建 hive 表。但是当我尝试查询配置单元表时,它会抛出以下异常,尤其是当列数超过 200 时。
我检查了 hbase 和 hive 中的列数是否相同。没有得到适当的解决方案来调试它。
hive> select * from hbase_hive.lead;
FAILED: RuntimeException MetaException(message:org.apache.hadoop.hive.serde2.SerDeException
org.apache.hadoop.hive.hbase.HBaseSerDe:
columns has 273 elements while hbase.columns.mapping has 204 elements (counting the key if implicit))
在这种情况下是否有任何列限制?
请建议我解决这个问题
【问题讨论】: