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 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]
>
> G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\common\config\NullHandling.java:0:
> File does not end with a newline. [NewlineAtEndOfFile]
> [ERROR]
>
> G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\common\config\NullValueHandlingConfig.java:0:
> File does not end with a newline. [NewlineAtEndOfFile]
> [ERROR]
>
> G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\concurrent\ConcurrentAwaitableCounter.java:0:
> File does not end with a newline. [NewlineAtEndOfFile]
> [ERROR]
>
> G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\guice\annotations\ExtensionPoint.java:0:
> File does not end with a newline. [NewlineAtEndOfFile]
>
> On Wed, Oct 3, 2018 at 7:08 AM Ravi Kumar Gadagotti <
> ravikumargadago...@gmail.com> wrote:
>
> > 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 end with a newline. [NewlineAtEndOfFile]
> > [ERROR]
> >
> G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\common\config\NullValueHandlingConfig.java:0:
> > File does not end with a newline. [NewlineAtEndOfFile]
> > [ERROR]
> >
> G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\concurrent\ConcurrentAwaitableCounter.java:0:
> > File does not end with a newline. [NewlineAtEndOfFile]
> > [ERROR]
> >
> G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\guice\annotations\ExtensionPoint.java:0:
> > File does not end with a newline. [NewlineAtEndOfFile]
> >
> > On Wed, Oct 3, 2018 at 1:48 AM Surekha Saharan  >
> > wrote:
> >
> >> 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 here
> >> https://github.com/apache/incubator-druid/blob/master/INTELLIJ_SETUP.md
> .
> >>
> >> Good luck,
> >> Surekha
> >>
> >>
> >>
> >>
> >>
> >> On Tue, Oct 2, 2018 at 4:49 PM Ravi Kumar Gadagotti <
> >> ravikumargadago...@gmail.com> wrote:
> >>
> >> > 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 any of the existing developers for initial setup?
> >> >
> >> > Thanks,
> >> > Ravi Kumar Gadagotti.
> >> >
> >> > On Tue, Oct 2, 2018 at 3:13 PM Surekha Saharan <
> >> surekha.saha...@imply.io>
> >> > wrote:
> >> >
> >> > > Hi Ravi,
> >> > >
> >> > > It's great that you are interested in contributing to Druid!
> >> > >
> >> > > You can do the following to get started:
> >> > > - Checkout the community page here  http://druid.io/community/
> >> > > - Subscribe to the dev list
> >> > > - Checkout the open issues here
> >> > > https://github.com/apache/incubator-druid/issues/ (may be the ones
> >> that
> >> > > are
> >> > > marked easy)
> >> > > - Check this on contributing guidelines :
> >> > >
> https://github.com/apache/incubator-druid/blob/master/CONTRIBUTING.md
> >> > >
> >> > > Good luck,
> >> > > Surekha
> >> > >
> >> > > On Tue, Oct 2, 2018 at 12:04 PM Ravi Kumar Gadagotti <
> >> > > ravikumargadago...@gmail.com> wrote:
> >> > >
> >> > > > 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,
> >> > > > Ravi Kumar Gadagotti.
> >> > > >
> >> > >
> >> >
> >>
> >
>


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]
G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\common\config\NullHandling.java:0:
File does not end with a newline. [NewlineAtEndOfFile]
[ERROR]
G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\common\config\NullValueHandlingConfig.java:0:
File does not end with a newline. [NewlineAtEndOfFile]
[ERROR]
G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\concurrent\ConcurrentAwaitableCounter.java:0:
File does not end with a newline. [NewlineAtEndOfFile]
[ERROR]
G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\guice\annotations\ExtensionPoint.java:0:
File does not end with a newline. [NewlineAtEndOfFile]

On Wed, Oct 3, 2018 at 7:08 AM Ravi Kumar Gadagotti <
ravikumargadago...@gmail.com> wrote:

> 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 end with a newline. [NewlineAtEndOfFile]
> [ERROR]
> G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\common\config\NullValueHandlingConfig.java:0:
> File does not end with a newline. [NewlineAtEndOfFile]
> [ERROR]
> G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\concurrent\ConcurrentAwaitableCounter.java:0:
> File does not end with a newline. [NewlineAtEndOfFile]
> [ERROR]
> G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\guice\annotations\ExtensionPoint.java:0:
> File does not end with a newline. [NewlineAtEndOfFile]
>
> On Wed, Oct 3, 2018 at 1:48 AM Surekha Saharan 
> wrote:
>
>> 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 here
>> https://github.com/apache/incubator-druid/blob/master/INTELLIJ_SETUP.md.
>>
>> Good luck,
>> Surekha
>>
>>
>>
>>
>>
>> On Tue, Oct 2, 2018 at 4:49 PM Ravi Kumar Gadagotti <
>> ravikumargadago...@gmail.com> wrote:
>>
>> > 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 any of the existing developers for initial setup?
>> >
>> > Thanks,
>> > Ravi Kumar Gadagotti.
>> >
>> > On Tue, Oct 2, 2018 at 3:13 PM Surekha Saharan <
>> surekha.saha...@imply.io>
>> > wrote:
>> >
>> > > Hi Ravi,
>> > >
>> > > It's great that you are interested in contributing to Druid!
>> > >
>> > > You can do the following to get started:
>> > > - Checkout the community page here  http://druid.io/community/
>> > > - Subscribe to the dev list
>> > > - Checkout the open issues here
>> > > https://github.com/apache/incubator-druid/issues/ (may be the ones
>> that
>> > > are
>> > > marked easy)
>> > > - Check this on contributing guidelines :
>> > > https://github.com/apache/incubator-druid/blob/master/CONTRIBUTING.md
>> > >
>> > > Good luck,
>> > > Surekha
>> > >
>> > > On Tue, Oct 2, 2018 at 12:04 PM Ravi Kumar Gadagotti <
>> > > ravikumargadago...@gmail.com> wrote:
>> > >
>> > > > 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,
>> > > > Ravi Kumar Gadagotti.
>> > > >
>> > >
>> >
>>
>


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 end with a newline. [NewlineAtEndOfFile]
[ERROR]
G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\common\config\NullValueHandlingConfig.java:0:
File does not end with a newline. [NewlineAtEndOfFile]
[ERROR]
G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\concurrent\ConcurrentAwaitableCounter.java:0:
File does not end with a newline. [NewlineAtEndOfFile]
[ERROR]
G:\incubator-druid-master\incubator-druid-master\java-util\src\main\java\org\apache\druid\guice\annotations\ExtensionPoint.java:0:
File does not end with a newline. [NewlineAtEndOfFile]

On Wed, Oct 3, 2018 at 1:48 AM Surekha Saharan 
wrote:

> 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 here
> https://github.com/apache/incubator-druid/blob/master/INTELLIJ_SETUP.md.
>
> Good luck,
> Surekha
>
>
>
>
>
> On Tue, Oct 2, 2018 at 4:49 PM Ravi Kumar Gadagotti <
> ravikumargadago...@gmail.com> wrote:
>
> > 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 any of the existing developers for initial setup?
> >
> > Thanks,
> > Ravi Kumar Gadagotti.
> >
> > On Tue, Oct 2, 2018 at 3:13 PM Surekha Saharan  >
> > wrote:
> >
> > > Hi Ravi,
> > >
> > > It's great that you are interested in contributing to Druid!
> > >
> > > You can do the following to get started:
> > > - Checkout the community page here  http://druid.io/community/
> > > - Subscribe to the dev list
> > > - Checkout the open issues here
> > > https://github.com/apache/incubator-druid/issues/ (may be the ones
> that
> > > are
> > > marked easy)
> > > - Check this on contributing guidelines :
> > > https://github.com/apache/incubator-druid/blob/master/CONTRIBUTING.md
> > >
> > > Good luck,
> > > Surekha
> > >
> > > On Tue, Oct 2, 2018 at 12:04 PM Ravi Kumar Gadagotti <
> > > ravikumargadago...@gmail.com> wrote:
> > >
> > > > 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,
> > > > Ravi Kumar Gadagotti.
> > > >
> > >
> >
>


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 here
https://github.com/apache/incubator-druid/blob/master/INTELLIJ_SETUP.md.

Good luck,
Surekha





On Tue, Oct 2, 2018 at 4:49 PM Ravi Kumar Gadagotti <
ravikumargadago...@gmail.com> wrote:

> 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 any of the existing developers for initial setup?
>
> Thanks,
> Ravi Kumar Gadagotti.
>
> On Tue, Oct 2, 2018 at 3:13 PM Surekha Saharan 
> wrote:
>
> > Hi Ravi,
> >
> > It's great that you are interested in contributing to Druid!
> >
> > You can do the following to get started:
> > - Checkout the community page here  http://druid.io/community/
> > - Subscribe to the dev list
> > - Checkout the open issues here
> > https://github.com/apache/incubator-druid/issues/ (may be the ones that
> > are
> > marked easy)
> > - Check this on contributing guidelines :
> > https://github.com/apache/incubator-druid/blob/master/CONTRIBUTING.md
> >
> > Good luck,
> > Surekha
> >
> > On Tue, Oct 2, 2018 at 12:04 PM Ravi Kumar Gadagotti <
> > ravikumargadago...@gmail.com> wrote:
> >
> > > 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,
> > > Ravi Kumar Gadagotti.
> > >
> >
>


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 any of the existing developers for initial setup?

Thanks,
Ravi Kumar Gadagotti.

On Tue, Oct 2, 2018 at 3:13 PM Surekha Saharan 
wrote:

> Hi Ravi,
>
> It's great that you are interested in contributing to Druid!
>
> You can do the following to get started:
> - Checkout the community page here  http://druid.io/community/
> - Subscribe to the dev list
> - Checkout the open issues here
> https://github.com/apache/incubator-druid/issues/ (may be the ones that
> are
> marked easy)
> - Check this on contributing guidelines :
> https://github.com/apache/incubator-druid/blob/master/CONTRIBUTING.md
>
> Good luck,
> Surekha
>
> On Tue, Oct 2, 2018 at 12:04 PM Ravi Kumar Gadagotti <
> ravikumargadago...@gmail.com> wrote:
>
> > 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,
> > Ravi Kumar Gadagotti.
> >
>