Re: Contrib Plugin Question

2018-09-03 Thread Arina Yelchiyeva
Personally, I did not have such problems with IntelliJ, did not try Eclipse, so can’t tell. Maybe somebody else can chime in. Kind regards, Arina > On Sep 3, 2018, at 10:23 PM, Paul Rogers wrote: > > I've been helping Charles with this. He's got a branch that works some times, > but not

Re: Contrib Plugin Question

2018-09-03 Thread Paul Rogers
I've been helping Charles with this. He's got a branch that works some times, but not others. * If I run his unit test from Eclipse, it works. * If I run his unit test from the command line with Maven, it works. * If he runs his unit test using the mechanism he is using, Drill can't find his

Re: Contrib Plugin Question

2018-09-03 Thread Arina Yelchiyeva
Hi Charles. Recently new udfs module was added under contrib, you can can take look at that PR for the example. Regarding unit tests and data availability: 1. create TEST resources folder where you'll copy your data. 2. use dirTestWatcher to copy data to the root / tmp / custom directory. 3.

Contrib Plugin Question

2018-09-03 Thread Charles Givre
Hello all, I’m working on a format-plugin for syslog (RFC-5424) data and I’m having some strange issues. I’d like to submit this contribution in the contrib/ folder, however I cannot seem to get Drill to recognize the module. I’ve built the module separately, and the code works, however,