1

I have data in form:

source, destination, connection

This data is saved in hdfs

I want to read this data and put it in hbase table something like:

       Column1 (source) |    Column2(Destination)     | Column3(Connection Type)

Row    vertex A         |        vertex B             | connection

How do I do this? Thanks

Tariq
  • 34,076
  • 8
  • 57
  • 79
frazman
  • 32,081
  • 75
  • 184
  • 269

1 Answers1

0

Refer Loading csv data into Hbase. They use comma seperated value, but you can change it to use space

Community
  • 1
  • 1
Ananth
  • 133
  • 1
  • 12