moreI removed the shaded dependency and I got back to the previous
error.Any clues?Thanks,Aris
From: gizera...@hotmail.com
To: user@flink.apache.org
Subject: RE: classpath issue on yarn
Date: Tue, 26 Apr 2016 21:03:50 +
Hi Robert,
Thank you for your prompt response.No, I downloaded it from an
,Aris
From: rmetz...@apache.org
Date: Tue, 26 Apr 2016 18:42:31 +0200
Subject: Re: classpath issue on yarn
To: user@flink.apache.org
Hi Aris,
Did you build the 1.0.2 flink-dist yourself?If not, which exact version did you
download?For example this file:
http://www.apache.org/dyn/closer.lua/flink
Hi Aris,
Did you build the 1.0.2 flink-dist yourself?
If not, which exact version did you download?
For example this file:
http://www.apache.org/dyn/closer.lua/flink/flink-1.0.2/flink-1.0.2-bin-hadoop2-scala_2.11.tgz
has a clean flink-dist jar.
On Tue, Apr 26, 2016 at 12:28 PM, aris kol wrote:
Hi guys,I ran into a weird classpath issue while running a streaming job on a
yarn cluster.I have a relatively simple flow that reads data from kafka, does a
few manipulations and then indexes them on Elasticsearch (2.3).I use the
elasticsearch2 connector (1.1-SNAPSHOT) (bleeding edge, I know).T