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,我们可以保存大数据。但是这些数据必须是键值对。如何存储sql表中不是键值对的任何数据。如何将其保存在hbase表中?谢谢
HAdoop 中的 Hbase 是“NOSQL 格式”。Hive 支持 SQL 格式。您可以尝试在 Hive 中加载数据。在 Hbase 中,数据将是面向列的。
最简单的解决方案是使用 RDBMS 表的主键作为行键。其他列可以对应HBase表的不同列(一些或不同的列族)