On Mon, Feb 29, 2016 at 2:07 PM, Serega Sheypak <[email protected]> wrote:
> One potential usecase: > you load data to HBase using BulkLoader, skipping regular WAL write path. > then you serve loaded data for reading. > > Read-only? No write-through? > If Tachyon/alluxio fails who cares? Anyway data is on HDFS. So, let Tachyon take care of rehydration -- pulling from HDFS back up into Tachyon tier? > The only thing > to consider is to correctly switch from Tachyon/alluxio file url to regular > HDFS url. > > You mean, giving hbase a tachyon URL rather than HDFS? HBase can digest different URLs -- file, s3, etc. Just needs to be a provider. Have you tried it? Would be interesting to hear how it works out. St.Ack > > > 2016-02-29 19:19 GMT+01:00 Stack <[email protected]>: > > > On Mon, Feb 29, 2016 at 5:32 AM, Serega Sheypak < > [email protected]> > > wrote: > > > > > Hi, did anyone consider running HBase on top of > http://www.alluxio.org/ > > ? > > > Does it make sense? > > > > > > > > > It'd probably run great until you crash... > > St.Ack > > >
