Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想根据大小从 hbase 扫描/查询行。我尝试使用scan.setMaxResultSize(100000)但我没有得到预期的结果。有什么办法可以做到这一点?