RE: Apache Phoenix integration

2018-02-06 Thread Kunal Khatua
[mailto:pomperma...@okkam.it] Sent: Tuesday, February 06, 2018 2:36 AM To: user@drill.apache.org Cc: u...@phoenix.apache.org; Bridget Bevens <bbev...@mapr.com>; James Taylor <jamestay...@apache.org>; Pedro Boado <pedro.bo...@gmail.com> Subject: Re: Apache Phoenix integration While it s

Re: Apache Phoenix integration

2018-02-06 Thread Flavio Pompermaier
t. > > > > @Bridget handles the documentation on the Apache website, so she can > > do the final touches and help it find a home on the website. > > > > -Original Message- > > From: Flavio Pompermaier [mailto:pomperma...@okkam.it] > > Sent: Friday, F

RE: Apache Phoenix integration

2018-02-05 Thread Kunal Khatua
do <pedro.bo...@gmail.com> Subject: Re: Apache Phoenix integration Hi all, in the hope of helping many other enthusiastic users of Apache Phoneix and Apache Drill, I've just finished to create a dedicated github repository [1] with all the instruction about how to modify the current Apache Dri

Re: Apache Phoenix integration

2018-02-05 Thread Flavio Pompermaier
ebsite, so she can do > the final touches and help it find a home on the website. > > -Original Message- > From: Flavio Pompermaier [mailto:pomperma...@okkam.it] > Sent: Friday, February 02, 2018 9:04 AM > To: user@drill.apache.org > Cc: James Taylor <jamestay...@apache.o

Re: Apache Phoenix integration

2018-02-02 Thread Flavio Pompermaier
gt; >> >> >> You can create a Google doc for review and share it on the user list. >> >> >> >> @Bridget handles the documentation on the Apache website, so she can do >> >> the final touches and help it find a home on the website. >> >> &g

Re: Apache Phoenix integration

2018-02-02 Thread James Taylor
l touches and help it find a home on the website. > >> > >> -----Original Message- > >> From: Flavio Pompermaier [mailto:pomperma...@okkam.it] > >> Sent: Friday, February 02, 2018 9:04 AM > >> To: user@drill.apache.org > >> Cc: James Taylo

Re: Apache Phoenix integration

2018-02-02 Thread Saurabh Mahapatra
and help it find a home on the website. >> >> -Original Message- >> From: Flavio Pompermaier [mailto:pomperma...@okkam.it] >> Sent: Friday, February 02, 2018 9:04 AM >> To: user@drill.apache.org >> Cc: James Taylor <jamestay...@apache.org> >> Subj

Re: Apache Phoenix integration

2018-02-02 Thread James Taylor
Sent: Friday, February 02, 2018 9:04 AM > To: user@drill.apache.org > Cc: James Taylor <jamestay...@apache.org> > Subject: Re: Apache Phoenix integration > > Eventually I made it to integrate Phoenix with Drill! I debugged remotely > the drill-embedded via Eclipse and I dis

RE: Apache Phoenix integration

2018-02-02 Thread Kunal Khatua
...@okkam.it] Sent: Friday, February 02, 2018 9:04 AM To: user@drill.apache.org Cc: James Taylor <jamestay...@apache.org> Subject: Re: Apache Phoenix integration Eventually I made it to integrate Phoenix with Drill! I debugged remotely the drill-embedded via Eclipse and I discovered that the p

Re: Apache Phoenix integration

2018-02-02 Thread Flavio Pompermaier
Eventually I made it to integrate Phoenix with Drill! I debugged remotely the drill-embedded via Eclipse and I discovered that the problem was that you need some extra jars to make it work! Where can I write some documentation about debugging remotely Drill from Eclipse and integration with Drill?

Re: Apache Phoenix integration

2018-02-02 Thread Flavio Pompermaier
What is the fastest way to debug the JDBC plugin from Eclipse? I don't see anything in the logs that could help... Is it possible to connect directly to the external embedded drill running on my machine if I enable jmx? it seems that the JDBC connection is established correctly but Drill throws an

Re: Apache Phoenix integration

2018-02-02 Thread Flavio Pompermaier
Hi Saurabh, I'd like to use Drill because in my use case I have multiple sources (HDFS, HBase, Phoenix, Oracle, Mysql) and I'd like to allow the user to see the data. Without writing a plugin for each storage system I'd like to leverage Apache Drill as a broker towards all of them. Right now I've

RE: Apache Phoenix integration

2018-02-01 Thread Kunal Khatua
The JDBC storage plugin allows Drill to leverage any SQL system that has JDBC drivers, so it should work. That said, the JDBC storage plugin is a community developed storage plugin, so it might not be fully tested. If you are looking to simply have the Phoenix JDBC driver bundled into the