Hadoop is perfect for storing large data that开发者_StackOverflow中文版 is not accessed in real time and can grow on commodity hardware. Is there an alternative or some system built on top of it that can store a lot of video files (example: .flv) that can be retrieved and shown similar to youtube/vimeo? I like Hadoop's ability to not rely on expensive hardware and having a lot of copies. Thanks.
For that reason most appropriate solution is HBase which use Hadoop file system, and can quickly retrieve any binary data from store by key (id/name etc)
精彩评论