Re: How to implement AbstractRecordWriter

2019-05-31 Thread Nicolas A Perez
k, so it > might just be a matter of resolving a few specific glitches. > > Has anyone worked on the MapR DB plugin previously and can offer advice? > > Thanks, > - Paul > > > > On Friday, May 31, 2019, 10:10:14 AM PDT, Nicolas A Perez < > anicola...@gmail.com

Re: How to implement AbstractRecordWriter

2019-05-31 Thread Nicolas A Perez
e my recommendation as you can write the unit tests > as you go, and it doesn't take very long to build and you can debug. > 2. Alternatively, you can package the code separately as shown here[2]. > However, this option requires you to build it, then copy the jars over to > DRILL_H

Re: How to implement AbstractRecordWriter

2019-05-31 Thread Nicolas A Perez
github.com/apache/drill/pull/1749 > [2]: https://github.com/cgivre/drill-excel-plugin > > > > On May 31, 2019, at 8:06 AM, Nicolas A Perez > wrote: > > > > Paul, > > > > Is it possible to develop my plugin outside of the drill code, let's say > in &g

Re: How to implement AbstractRecordWriter

2019-05-31 Thread Nicolas A Perez
me, I might want to detach the development of plugins from the drill life cycle itself. Please advise. Best Regards, Nicolas A Perez On Thu, May 30, 2019 at 9:58 PM Paul Rogers wrote: > Hi Nicolas, > > A quick check of the code suggests that AbstractWriter is a > Json-serialized d

How to implement AbstractRecordWriter

2019-05-30 Thread Nicolas A Perez
Can anyone give me an overview of how to implement AbstractRecordWriter? What are the mechanics it follows, what should I do and so on? It will very helpful. Best Regards, Nicolas A Perez -- Sent by

Re: testing maprdb pluging

2019-05-30 Thread Nicolas A Perez
The other problem I have is that in order to support writing on the contrib/format-maprdb I need access to RecordWrite and it seems I don't have a way to get it inside this project. What should I do? Should I structure the code differently? Best Regards, Nicolas A Perez On Thu, M

Re: testing maprdb pluging

2019-05-30 Thread Nicolas A Perez
Drill souce, it is the java-exec dir). > > I dont think you need the 'install' phase of the lifecycle, and the 'test' > phase should be sufficient. > > mvn test [-Dtest=] -Pmapr > > > There are a number of tests in meach of the modules, so you could take a >

testing maprdb pluging

2019-05-29 Thread Nicolas A Perez
for this module. Best Regards, Nicolas A Perez -- Sent by Nicolas A Perez from my GMAIL account.