我是新手apache-drill
。我正在使用它HBase
。我提供了正确的配置并使用其 UI 为 HBase 启用存储localhost:8047
:
{
"type": "hbase",
"config": {
"hbase.zookeeper.quorum": "localhost",
"hbase.zookeeper.property.clientPort": "2181"
},
"size.calculator.enabled": false,
"enabled": true
}
我在 Hbase 中有一张表,里面有120000
记录。
在apache-drill
使用中找到它时:
select * from hbase.`table`;
我有2,731
记录。中的输出数据中的行数是否有任何限制apache-drill
?