inconsistent module descriptor for hadoop uber jar (Flink 1.8)

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

inconsistent module descriptor for hadoop uber jar (Flink 1.8)

Hao Sun
Hi, I can not find the root cause of this, I think hadoop version is mixed up between libs somehow.

--- ERROR ---
java.text.ParseException: inconsistent module descriptor file found in 'https://repo1.maven.org/maven2/org/apache/flink/flink-shaded-hadoop2-uber/2.8.3-1.8.0/flink-shaded-hadoop2-uber-2.8.3-1.8.0.pom': bad revision: expected='2.8.3-1.8.0' found='2.4.1-1.8.0';

Is this a bug?

Hao Sun
Reply | Threaded
Open this post in threaded view
|

Re: inconsistent module descriptor for hadoop uber jar (Flink 1.8)

Gary Yao-4
Hi,

Can you describe how to reproduce this?

Best,
Gary

On Mon, Apr 15, 2019 at 9:26 PM Hao Sun <[hidden email]> wrote:
Hi, I can not find the root cause of this, I think hadoop version is mixed up between libs somehow.

--- ERROR ---
java.text.ParseException: inconsistent module descriptor file found in 'https://repo1.maven.org/maven2/org/apache/flink/flink-shaded-hadoop2-uber/2.8.3-1.8.0/flink-shaded-hadoop2-uber-2.8.3-1.8.0.pom': bad revision: expected='2.8.3-1.8.0' found='2.4.1-1.8.0';

Is this a bug?

Hao Sun
Reply | Threaded
Open this post in threaded view
|

Re: inconsistent module descriptor for hadoop uber jar (Flink 1.8)

Hao Sun
I am using sbt and sbt-assembly.
In build.sbt

libraryDependencies ++= Seq("org.apache.flink" % "flink-shaded-hadoop2-uber" % "2.8.3-1.8.0")


Hao Sun


On Tue, Apr 16, 2019 at 12:07 AM Gary Yao <[hidden email]> wrote:
Hi,

Can you describe how to reproduce this?

Best,
Gary

On Mon, Apr 15, 2019 at 9:26 PM Hao Sun <[hidden email]> wrote:
Hi, I can not find the root cause of this, I think hadoop version is mixed up between libs somehow.

--- ERROR ---
java.text.ParseException: inconsistent module descriptor file found in 'https://repo1.maven.org/maven2/org/apache/flink/flink-shaded-hadoop2-uber/2.8.3-1.8.0/flink-shaded-hadoop2-uber-2.8.3-1.8.0.pom': bad revision: expected='2.8.3-1.8.0' found='2.4.1-1.8.0';

Is this a bug?

Hao Sun