Re: Kudu on top of Alluxio

2017-03-25 Thread Mike Percy
Yeah. I think the reason HBase can pretty easily use something like Alluxio or S3 and Kudu can't as easily do it is because HBase already relied on external storage (HDFS) for replication so substituting another storage system with similar properties doesn't really amount to an architectural

Re: Kudu on top of Alluxio

2017-03-25 Thread Benjamin Kim
Mike, Thanks for the informative answer. I asked this question because I saw that Alluxio can be used to handle storage for HBase. Plus, we could keep our cluster size to a minimum and not need to add more nodes based on storage capacity. We would only need to size our clusters based on load

Kudu on top of Alluxio

2017-03-25 Thread Benjamin Kim
Hi, Does anyone know of a way to use AWS S3 or