Re: Kafka0.8.2.1 + Flink0.9.0 issue

2015-06-26 Thread Hawin Jiang
;>>>>>>> 'mvn >>>>>>>>> assembly:assembly'. Neither of these are beautiful but would help >>>>>>>>> tracking >>>>>>>>> down the root cause. >>>>>>>>> >>>>

Re: Kafka0.8.2.1 + Flink0.9.0 issue

2015-06-26 Thread Aljoscha Krettek
;>>>>>> I am running these examples at the same project and I am using >>>>>>>>> Eclipse IDE to submit it to my Flink cluster. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>&

Re: Kafka0.8.2.1 + Flink0.9.0 issue

2015-06-25 Thread Hawin Jiang
>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> *junit* >>>&g

Re: Kafka0.8.2.1 + Flink0.9.0 issue

2015-06-25 Thread Hawin Jiang
;> >>>>>>> org.apache.flink >>>>>>> >>>>>>> *flink*-java >>>>>>> >>>>>>> 0.9.0-milestone-1 >>>>>>> >>>>>>>

Re: Kafka0.8.2.1 + Flink0.9.0 issue

2015-06-23 Thread Márton Balassi
;>> *flink*-java >>>>>> >>>>>> 0.9.0-milestone-1 >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> org.apache.flink >>>>>> >>>>>> *flink*-clients >>>>>> >>>>>> 0.9.0-milestone-1 >>>>>> >>>&g

Re: Kafka0.8.2.1 + Flink0.9.0 issue

2015-06-22 Thread Ashutosh Kumar
-clients >>>>> >>>>> 0.9.0-milestone-1 >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> org.apache.flink >>>>> >>>>> *flink*-streaming-connectors >>>>> >>>>> 0.9.0-milestone-1 >>>>> >>>>> >>>>> >&g

Re: Kafka0.8.2.1 + Flink0.9.0 issue

2015-06-22 Thread Hawin Jiang
; >>>> >>>> >>>> org.apache.kafka >>>> >>>> kafka_2.10 >>>> >>>> 0.8.2.1 >>>> >>>> >>>> >>>> >>>>

Re: Kafka0.8.2.1 + Flink0.9.0 issue

2015-06-11 Thread Márton Balassi
gt; >>> >>> org.apache.kafka >>> >>> *kafka*-clients >>> >>> 0.8.2.1 >>> >>> >>> >>> >>> >>> org.apache.hadoop >&

Re: Kafka0.8.2.1 + Flink0.9.0 issue

2015-06-11 Thread Hawin Jiang
hadoop >> >> *hadoop*-*hdfs* >> >> 2.6.0 >> >> >> >> >> >> org.apache.hadoop >> >> *hadoop*-*auth* >> >> 2.6.0 >> >> >

Re: Kafka0.8.2.1 + Flink0.9.0 issue

2015-06-11 Thread Márton Balassi
; > > > org.apache.hadoop > > *hadoop*-*auth* > > 2.6.0 > > > > > > org.apache.hadoop > > *hadoop*-common > > 2.6.0 > > > > > > org.apache.hadoop > > *hadoop*-core > >

RE: Kafka0.8.2.1 + Flink0.9.0 issue

2015-06-11 Thread Hawin Jiang
* Best regards Email: hawin.ji...@gmail.com From: Márton Balassi [mailto:balassi.mar...@gmail.com] Sent: Thursday, June 11, 2015 12:58 AM To: user@flink.apache.org Subject: Re: Kafka0.8.2.1 + Flink0.9.0 issue Dear Hawin, This looks like a dependency issue, the java compiler does not

Re: Kafka0.8.2.1 + Flink0.9.0 issue

2015-06-11 Thread Márton Balassi
Dear Hawin, This looks like a dependency issue, the java compiler does not find the kafka dependency. How are you trying to run this example? Is it from an IDE or submitting it to a flink cluster with bin/flink run? How do you define your dependencies, do you use maven or sbt for instance? Best,