Re: Creating a branch for hbase metastore work

2015-01-23 Thread Edward Capriolo
A while back the datastax people did this for brisk + cassandra. We should probably make this pluggable so it works with nosql beyond hbase. On Fri, Jan 23, 2015 at 1:48 AM, Nick Dimiduk ndimi...@gmail.com wrote: +1 On Thursday, January 22, 2015, Brock Noland br...@cloudera.com wrote: +1

Re: Creating a branch for hbase metastore work

2015-01-23 Thread Alan Gates
I've created a new branch hive-metastore for this work and filed HIVE-9452 as the umbrella JIRA for this work. Alan. Edward Capriolo mailto:edlinuxg...@gmail.com January 23, 2015 at 8:59 A while back the datastax people did this for brisk + cassandra. We should probably make this pluggable so

Creating a branch for hbase metastore work

2015-01-22 Thread Alan Gates
I've been working on a prototype of using HBase to store Hive's metadata. Basically I've built a new implementation of RawStore that writes to HBase rather than DataNucleus. I want to see if I can build something that has a much more straightforward schema than DN and that is much faster.

Re: Creating a branch for hbase metastore work

2015-01-22 Thread Brock Noland
+1 On Thu, Jan 22, 2015 at 8:19 PM, Alan Gates ga...@hortonworks.com wrote: I've been working on a prototype of using HBase to store Hive's metadata. Basically I've built a new implementation of RawStore that writes to HBase rather than DataNucleus. I want to see if I can build something that

Re: Creating a branch for hbase metastore work

2015-01-22 Thread Nick Dimiduk
+1 On Thursday, January 22, 2015, Brock Noland br...@cloudera.com wrote: +1 On Thu, Jan 22, 2015 at 8:19 PM, Alan Gates ga...@hortonworks.com javascript:; wrote: I've been working on a prototype of using HBase to store Hive's metadata. Basically I've built a new implementation of