Re: Fixed-width files

2018-02-20 Thread Flavio Pompermaier
-+-+ | col1| col2| col3| +-+-+-+ --Andries On 2/20/18, 1:17 AM, "Flavio Pompermaier" <pomperma...@okkam.it> wrote: For the moment I've created an improvement issue about this: https://urldefense.proofpoint.com/v2/url?u=http

Re: RE: Fixed-width files

2018-02-20 Thread Flavio Pompermaier
For the moment I've created an improvement issue about this: https://issues.apache.org/jira/browse/DRILL-6170 On Tue, Feb 20, 2018 at 9:23 AM, Flavio Pompermaier <pomperma...@okkam.it> wrote: > Thanks Paul for this suggestion, I think I'm going to give it a try. > Once I'v

Re: RE: Fixed-width files

2018-02-20 Thread Flavio Pompermaier
views that define the fixed-width nature should > help operators downstream work more efficiently. > > -Original Message- > From: Flavio Pompermaier [mailto:pomperma...@okkam.it] > Sent: Monday, February 19, 2018 6:50 AM > To: user@drill.apache.org > Subject: Fixed-

Re: Fixed-width files

2018-02-19 Thread Flavio Pompermaier
lar CSV file. Using views that define the fixed-width nature should > help operators downstream work more efficiently. > > -Original Message- > From: Flavio Pompermaier [mailto:pomperma...@okkam.it] > Sent: Monday, February 19, 2018 6:50 AM > To: user@drill.apache.org >

Fixed-width files

2018-02-19 Thread Flavio Pompermaier
Hi to all, I'm currently looking for the best solution to load a fixed-width text file into Drill. Is there any way right now to do that? Is there anyone that already have a working connector? Is it better to implement a brand new FormatPluginConfig or StoragePluginConfig? Best, Flavio

Re: Apache Phoenix integration

2018-02-06 Thread Flavio Pompermaier
> Thanks > Kunal > > -Original Message- > From: Flavio Pompermaier [mailto:pomperma...@okkam.it] > Sent: Monday, February 05, 2018 7:29 AM > To: user@drill.apache.org; u...@phoenix.apache.org > Cc: Bridget Bevens <bbev...@mapr.com>; James Taylor < >

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: Invalid storage plugin name

2018-02-05 Thread Flavio Pompermaier
quotes as described in[1]. > > [1] https://drill.apache.org/docs/lexical-structure/#identifier-quotes > > 2018-02-05 11:11 GMT+02:00 Flavio Pompermaier <pomperma...@okkam.it>: > > > Hi to all, > > I'm trying to play around with storage plugins (on Drill 1.12) and I >

Invalid storage plugin name

2018-02-05 Thread Flavio Pompermaier
Hi to all, I'm trying to play around with storage plugins (on Drill 1.12) and I discovered that while I can successfully create a storage plugin containing a minusc character ('-') then I can't query against it (Error: PARSE ERROR: Encountered "-" at line 1, column XX). For example, I can create

Re: Apache Phoenix integration

2018-02-02 Thread Flavio Pompermaier
//phoenix.apache.org/presentations/Drillix.pdf >> > [2] https://github.com/jacques-n/drill/tree/phoenix_plugin >> > >> >> On Fri, Feb 2, 2018 at 10:21 AM, Kunal Khatua <kkha...@mapr.com> >> wrote: >> >> >> >> That's great, Flavio! >&

Re: Apache Phoenix integration

2018-02-02 Thread Flavio Pompermaier
? On Fri, Feb 2, 2018 at 5:28 PM, Flavio Pompermaier <pomperma...@okkam.it> wrote: > 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 >

Re: Apache Phoenix integration

2018-02-02 Thread Flavio Pompermaier
) org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:607) org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:536) java.lang.Thread.run(Thread.java:745) On Fri, Feb 2, 2018 at 10:21 AM, Flavio Pompermaier <pomperma...@okkam.it> wrote: > Hi Saurabh, > I'd like

Re: Apache Phoenix integration

2018-02-02 Thread Flavio Pompermaier
There could also be license issues, which is why we can't > > bundle drivers for platforms like Oracle, etc. > > > > ~ Kunal > > > > -Original Message- > > From: Flavio Pompermaier [mailto:pomperma...@okkam.it] > > Sent: Thursday, February 01, 2018 9:39 AM

Apache Phoenix integration

2018-02-01 Thread Flavio Pompermaier
Hi all, looking at https://drill.apache.org/docs/apache-drill-contribution-ideas/ it seems that Apache Phoenix is not integrated with Drill right now. In theory the integration should be quite straightforward using the JDBC Phoenix connector, isn't it? Right now there are just a few problem of