Re: Druid Developer Contribution

2018-10-03 Thread Gian Merlino
Hi Ravi, All of us use either MacOS or Linux for development, so that issue might be Windows related (it does use different end-of-line markers from what MacOS/Linux use). On Wed, Oct 3, 2018 at 4:19 AM Ravi Kumar Gadagotti < ravikumargadago...@gmail.com> wrote: > Hi, > > I am getting the

Re: Druid Developer Contribution

2018-10-03 Thread Ravi Kumar Gadagotti
Hi, I am getting the following error message when I am compiling using the maven or eclipse, I am not sure where to modify the POM to get it to work. And one more question is, can I edit the code in windows or should I do it Linux/Unix or mac os? [ERROR]

Re: Druid Developer Contribution

2018-10-03 Thread Ravi Kumar Gadagotti
Hi, I am getting the following error message when I am compiling using the maven or eclipse, I am not sure where to modify the POM to get it to work. [ERROR] G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\common\config\NullHandling.java:0: File does not

Re: Druid Developer Contribution

2018-10-02 Thread Surekha Saharan
Hi Ravi, After you git cloned the project, are you able to build it using *mvn clean install **-DskipTests, *before importing into eclipse ? Also make sure your eclipse java compiler and runtime are set to version 1.8 In case you are open to use intelliJ, there are some guidelines on intelliJ

Re: Druid Developer Contribution

2018-10-02 Thread Ravi Kumar Gadagotti
Hi Surekha, Hope you are free to answer my silly questions... I just downloaded the source code and imported it to eclipse and when I am updating the project, I am getting so many errors that I cannot even compile or update the project in eclipse using maven. If possible can I get any help from

Druid Developer Contribution

2018-10-02 Thread Ravi Kumar Gadagotti
Hi, My name is Ravi Kumar Gadagotti, and I want to contribute code to the druid community and I have no idea where to start and how to start, I am a java developer with good amount of experience in Java as well as hadoop so please let me know how can I help or contribute to this project. Thanks,