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

Posted by Hao Sun on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/inconsistent-module-descriptor-for-hadoop-uber-jar-Flink-1-8-tp27317p27348.html

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