thanks a lot for ur help, now i split my project, it's works.
2015-05-19 15:44 GMT+02:00 Alexander Alexandrov <
alexander.s.alexand...@gmail.com>:
> Sorry, we're using a forked version which changed groupID.
>
> 2015-05-19 15:15 GMT+02:00 Till Rohrmann :
>
>> I guess it's a typo: "eu.stratosphere
Sorry, we're using a forked version which changed groupID.
2015-05-19 15:15 GMT+02:00 Till Rohrmann :
> I guess it's a typo: "eu.stratosphere" should be replaced by
> "org.apache.flink"
>
> On Tue, May 19, 2015 at 1:13 PM, Alexander Alexandrov <
> alexander.s.alexand...@gmail.com> wrote:
>
>> We
I guess it's a typo: "eu.stratosphere" should be replaced by
"org.apache.flink"
On Tue, May 19, 2015 at 1:13 PM, Alexander Alexandrov <
alexander.s.alexand...@gmail.com> wrote:
> We managed to do this with the following config:
>
> // properties
>
> 2.2.0
>
We managed to do this with the following config:
// properties
2.2.0
0.9-SNAPSHOT
1.2.1
// form the dependency management
org.apache.hadoop
it's sound good, maybe you can send me pseudo structure, that is my fist
maven project.
best regards,
paul
2015-05-18 14:05 GMT+02:00 Robert Metzger :
> Hi,
> I would really recommend you to put your Flink and Spark dependencies into
> different maven modules.
> Having them both in the same proj
Hi,
I would really recommend you to put your Flink and Spark dependencies into
different maven modules.
Having them both in the same project will be very hard, if not impossible.
Both projects depend on similar projects with slightly different versions.
I would suggest a maven module structure lik
You can run the following command:
mvn dependency:tree
And see what jetty versions are brought in.
Cheers
> On May 13, 2015, at 6:07 AM, Pa Rö wrote:
>
> hi,
>
> i use spark and flink in the same maven project,
>
> now i get a exception on working with spark, flink work well
>
> the prob