As I mentioned, we will have a doc published on the wiki soon.
But here is the example config you need to put in the
<dill-location>/conf/storage-engine.json.
hbasetest : {
type:"hbase",
zookeeperQuorum: "<zk1host,zk2host,zk3host>",
zookeeperPort: "port_number"
}
Once this is added, you can do regular SQL queries such as below from the
HBase tables as below.
select * from hbasetest.<HBase table name>
On Sun, Apr 20, 2014 at 6:49 AM, Firas Khasawneh <[email protected]> wrote:
> Hi Neeraja,
>
> Thanks for the update. Glad to hear that Drill supports HBase. Do you mind
> sharing steps on how to integrate Drill with HBase if available?
>
> Firas
>
>
> On Fri, Apr 18, 2014 at 6:39 PM, Neeraja Rentachintala <
> [email protected]> wrote:
>
> > Firas
> > Drill supports HBase. It doesn't support Accumulo or other NoSQL stores
> at
> > this point. Drill has extensible architecture to build custom scanners.
> > We are currently working on a document to help users get started with
> > various data sources Drill can work with (FIles, HBase and Hive) and it
> > should be published on the wiki in net 1-2 weeks.
> >
> > Hope that helps.
> > thanks
> >
> >
> > On Fri, Apr 18, 2014 at 1:32 PM, Firas Khasawneh <
> [email protected]
> > >wrote:
> >
> > > Hi,
> > >
> > > Anybody knows if Drill supports HBase or Accumulo? I am not able to
> find
> > > an answer to this question. I am not able to find any example on how
> > Drill
> > > can be used with HBase. All I can find is advertisements that it
> supports
> > > heterogeneous sources of data including HBase but at this point if this
> > is
> > > for future and not yet implemented?
> > >
> > > Thanks,
> > > Firas
> > >
> > >
> >
>