RE: Newbie: Help debugging Drill

2017-10-04 Thread Kunal Khatua
onsumption is high (which is why #1 needs to be answered first). -Original Message- From: Matthew Mucker [mailto:matt...@mucker.net] Sent: Wednesday, October 04, 2017 6:54 AM To: dev@drill.apache.org Subject: Re: Newbie: Help debugging Drill Charles, I'm querying a Parq

Re: Newbie: Help debugging Drill

2017-10-04 Thread Matthew Mucker
Charles, I'm querying a Parquet file that I created by running a bunch of .json through Kite SDK. The data describes playback of video assets by mobile devices. The exact query that's causing the exception is: select internalsessionid, flatten(playbacksegments['array'])['playbackstarttimest

Re: Newbie: Help debugging Drill

2017-10-02 Thread Paul Rogers
Hi Matthew, Debugging Drill is a bit of an art. Your direction is fine. However, the source code you forked from Apache Drill has evolved significantly since the 1.11 build, so you’ll want to build your own Drill if you want to do remote debugging. > mvn clean install -DskipTests Will get you

Re: Newbie: Help debugging Drill

2017-10-02 Thread Charles Givre
HI Matthew, Can you describe the data you are querying and the query you are trying to execute? — C > On Oct 2, 2017, at 17:19, Matthew Mucker wrote: > > I became a new Drill user last week only to discover that Drill would crash > with an IndexOutOfBounds exception on one of my queries. Some

Newbie: Help debugging Drill

2017-10-02 Thread Matthew Mucker
I became a new Drill user last week only to discover that Drill would crash with an IndexOutOfBounds exception on one of my queries. Some searching and testing later, my best guess is that I'm hitting DRILL-5451. Since this is currently a showstopper for me, and since I might learn something by