0

While using a tool, I got a confusion that if Binary and String are the only datatypes supported in HBase.

The tool explains Hbase Storage type and mentioned it's possible values as Binary and String.

Can anyone let me know if this is correct?

Sebastian Lenartowicz
  • 4,695
  • 4
  • 28
  • 39
Alok
  • 1,374
  • 3
  • 18
  • 44

1 Answers1

0

In hbase every thing is kept as byte arrays. You can check this link:
How to store primitive data types in hbase and retrieve

Community
  • 1
  • 1
ozhang
  • 171
  • 9