So, what should I use instead of HBase? I'm wondering about following solution: 1) let's say our limit is 15MB - files up to this limit worth to keep in hbase 2) files bigger than 15MB are stored in HDFS and HBase keeps only some information where file is placed
is it appropriate way to solve the problem? Or maybe I should use http://www.lilyproject.org/ ?
