2

I want to store some videos[binary] files on HBase,and made available via some sort of Http URL for access. Can someone help me with the architecture/design for such uses cases.

I have seen below links, mostly referring to HDFS; Is HDFS better for this kind of usecase as compared to HBase?

https://www.quora.com/Is-hadoop-HDFS-a-type-of-system-you-use-to-store-videos-for-your-internet-application

Store images/videos into Hadoop HDFS

Accessing video stored in HDFS over http

Community
  • 1
  • 1
nilesh1212
  • 1,561
  • 2
  • 26
  • 60

1 Answers1

0

after 5 years since you asked your question , I think there is no way to store images or videos in HBase , indeed Hbase is used for NoSQL data storage on top of HDFS... the optimal way is store images and videos in HDFS directly; to conclude : HDFS is best choice for this usecase !

Zak_Stack
  • 103
  • 8