You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "Yiheng Wang (Jira)" <ji...@apache.org> on 2019/09/29 08:10:00 UTC

[jira] [Created] (LIVY-691) Duplicate jars in assembly jar folder

Yiheng Wang created LIVY-691:
--------------------------------

             Summary: Duplicate jars in assembly jar folder
                 Key: LIVY-691
                 URL: https://issues.apache.org/jira/browse/LIVY-691
             Project: Livy
          Issue Type: Bug
            Reporter: Yiheng Wang


We found some jars of different version will be generated both in the assembly jar folder. It may cause some problem if there's some API incompatible.

So far we found

-rw-r--r-- 1 root root   966102 Sep 29 14:53 apache-jsp-8.0.33.jar
-rw-r--r-- 1 root root    11012 Sep 29 14:53 apache-jsp-9.3.24.v20180605.jar
...
-rw-r--r-- 1 root root    38015 Sep 29 14:53 commons-logging-1.0.4.jar
-rw-r--r-- 1 root root    61829 Sep 29 14:52 commons-logging-1.2.jar
...
-rw-r--r-- 1 root root   177131 Sep 29 14:52 jetty-util-6.1.26.jar
-rw-r--r-- 1 root root   458642 Sep 29 14:52 jetty-util-9.3.24.v20180605.jar
...
-rw-r--r-- 1 root root    50493 Sep 29 14:53 jsp-api-2.0.jar
-rw-r--r-- 1 root root   100636 Sep 29 14:52 jsp-api-2.1.jar
...
-rw-r--r-- 1 root root  1208356 Sep 29 14:53 netty-3.7.0.Final.jar
-rw-r--r-- 1 root root  1330219 Sep 29 14:52 netty-3.9.9.Final.jar



--
This message was sent by Atlassian Jira
(v8.3.4#803005)