Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.18.0
-
Fix Version/s: None
-
Component/s: Command-line Interface
-
Labels:None
Description
The fix for CDK-742 added avro-mapred to the dependencies shaded into the kite-dataset command. The jar is now 13MB, which is twice the former size. The new entries in the dependency tree are:
[INFO] +- org.apache.avro:avro:jar:1.7.5:compile [INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile [INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile [INFO] | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile [INFO] | \- org.xerial.snappy:snappy-java:jar:1.0.5:compile [INFO] +- org.apache.avro:avro-mapred:jar:1.7.5:compile [INFO] | +- org.apache.avro:avro-ipc:jar:1.7.5:compile [INFO] | | +- org.mortbay.jetty:jetty:jar:6.1.26:compile [INFO] | | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile [INFO] | | +- io.netty:netty:jar:3.6.6.Final:compile [INFO] | | +- org.apache.velocity:velocity:jar:1.7:compile [INFO] | | | \- commons-collections:commons-collections:jar:3.2.1:compile [INFO] | | \- org.mortbay.jetty:servlet-api:jar:2.5-20081211:compile [INFO] | \- org.apache.avro:avro-ipc:jar:tests:1.7.5:compile
We should see if we can exclude jetty, netty, and the avro-ipc tests.