Re: Kafka source code - Build Error

2017-10-24 Thread Guozhang Wang
I tried both 1.8.0_66 and 1.7.0_80 on IntelliJ and they worked fine. I'm wondering if it is a specific issue for Eclipse? Guozhang On Tue, Oct 24, 2017 at 2:27 PM, Vishal Shukla wrote: > Hi Guozhang, > I am using jdk1.7.0_45 on Mac. > (Eclipse 4.7.1a ) > > As per Kafka documentation Java 7 is r

Re: Kafka source code - Build Error

2017-10-24 Thread Vishal Shukla
Hi Guozhang, I am using jdk1.7.0_45 on Mac. (Eclipse 4.7.1a ) As per Kafka documentation Java 7 is recommended , so was thinking this version should be good. Could this be eclipse related error ? On Tue, Oct 24, 2017 at 4:28 PM, Ted Yu wrote: > JDK 1.8.0_91 > > Cheers > > On Tue, Oct 24,

Re: Kafka source code - Build Error

2017-10-24 Thread Ted Yu
JDK 1.8.0_91 Cheers On Tue, Oct 24, 2017 at 1:23 PM, Guozhang Wang wrote: > Hmm.. which Java version were you using? > > > Guozhang > > On Tue, Oct 24, 2017 at 1:09 PM, Ted Yu wrote: > > > This should fix what you observed: > > > > https://github.com/apache/kafka/pull/4127 > > > > On Tue, Oct

Re: Kafka source code - Build Error

2017-10-24 Thread Guozhang Wang
Hmm.. which Java version were you using? Guozhang On Tue, Oct 24, 2017 at 1:09 PM, Ted Yu wrote: > This should fix what you observed: > > https://github.com/apache/kafka/pull/4127 > > On Tue, Oct 24, 2017 at 12:21 PM, Vishal Shukla > wrote: > > > Hi All, > > I took latest source code from kaf

Re: Kafka source code - Build Error

2017-10-24 Thread Ted Yu
This should fix what you observed: https://github.com/apache/kafka/pull/4127 On Tue, Oct 24, 2017 at 12:21 PM, Vishal Shukla wrote: > Hi All, > I took latest source code from kafka git repo and tried to setup my local > env. in Eclipse. > I am getting a compilation error in 1 file in streams pr

Kafka source code - Build Error

2017-10-24 Thread Vishal Shukla
Hi All, I took latest source code from kafka git repo and tried to setup my local env. in Eclipse. I am getting a compilation error in 1 file in streams project. Specifically in file *KStreamImpl.java on line 157* *Type mismatch: cannot convert from KeyValue to KeyValue* Is this my local enviro