0

I encountered lately with the well-known software-stack called "Hadoop". Hadoop supply a distributed file system called HDFS.

now, what I need is a system to store mass of images and other media-files read actions > write actions. I need also reliability, fall-back solution and performance.

I understood that HDFS got the answers for my needs. do you think Hadoop (with HDFS) is the right solution for me?

thanks in advanced. SockSocket

Has QUIT--Anony-Mousse
  • 76,138
  • 12
  • 138
  • 194
socksocket
  • 4,271
  • 11
  • 45
  • 70

1 Answers1

0

hdfs can serve the purpose..if you want to store your data more systematically you can use Hbase(a column family oriented database based on Google's Bigtable).

Tariq
  • 34,076
  • 8
  • 57
  • 79