You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Alexandre Vermeerbergen <av...@gmail.com> on 2019/11/01 17:55:06 UTC

Duplicate scala-library*.jar in Apache Kafka 2.3.1 binary distribution

Hello,

I have been surprised to discover in the lib/ directory of Apache
Kafka 2.3.1 binary distribution two versions of scala-library:

scala-library-2.12.8.jar
scala-library-2.12.10.jar

If it's a packaging bug (I guess 2.12.10 is the one to be actually
used), then I can open a JIRA, please let me know.

Kind regards,
Alexandre Vermeerbergen

Re: Duplicate scala-library*.jar in Apache Kafka 2.3.1 binary distribution

Posted by khoi dinh <kh...@yahoo.com.INVALID>.
What is the full path that the duplicate package is located in?

> On Nov 1, 2019, at 11:39 AM, Alexandre Vermeerbergen <av...@gmail.com> wrote:
> 
> Hello,
> 
> I have been surprised to discover in the lib/ directory of Apache
> Kafka 2.3.1 binary distribution two versions of scala-library:
> 
> scala-library-2.12.8.jar
> scala-library-2.12.10.jar
> 
> If it's a packaging bug (I guess 2.12.10 is the one to be actually
> used), then I can open a JIRA, please let me know.
> 
> Kind regards,
> Alexandre Vermeerbergen


Re: Duplicate scala-library*.jar in Apache Kafka 2.3.1 binary distribution

Posted by Alexandre Vermeerbergen <av...@gmail.com>.
More details about these duplicate scala libraries in Apache Kafka 2.3.1:

 wget http://apache.crihan.fr/dist/kafka/2.3.1/kafka_2.12-2.3.1.tgz
 tar ztvf kafka_2.12-2.3.1.tgz |grep kafka_2.12-2.3.1/lib|grep scala-library
-rw-r--r-- 0/0         5276900 2019-09-23 16:15
kafka_2.12-2.3.1/libs/scala-library-2.12.10.jar
-rw-r--r-- 0/0         5272591 2019-01-15 15:10
kafka_2.12-2.3.1/libs/scala-library-2.12.8.jar

If this isn't intentional then I can open a JIRA.

Kind regards,
Alexandre Vermeerbergen

Le ven. 1 nov. 2019 à 18:55, Alexandre Vermeerbergen
<av...@gmail.com> a écrit :
>
> Hello,
>
> I have been surprised to discover in the lib/ directory of Apache
> Kafka 2.3.1 binary distribution two versions of scala-library:
>
> scala-library-2.12.8.jar
> scala-library-2.12.10.jar
>
> If it's a packaging bug (I guess 2.12.10 is the one to be actually
> used), then I can open a JIRA, please let me know.
>
> Kind regards,
> Alexandre Vermeerbergen