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.
我有表格中的数据:
source, destination, connection
此数据保存在 hdfs
我想读取这些数据并将其放入 hbase 表中,例如:
Column1 (source) | Column2(Destination) | Column3(Connection Type) Row vertex A | vertex B | connection
我该怎么做呢?谢谢
请参阅将 csv 数据加载到 Hbase中。它们使用逗号分隔值,但您可以将其更改为使用空格