Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.3.0
-
None
-
None
-
Java 7+
Description
SPARK-1911 shows the problem that JDK7+ is using zip64 to build large JARs; a format incompatible with Java and pyspark.
Provided the total number of .class files+resources is <64K, ant can be used to make the final JAR instead, perhaps by unzipping the maven-generated JAR then rezipping it with zip64=never, before publishing the artifact via maven.
Attachments
Attachments
Issue Links
- duplicates
-
SPARK-11157 Allow Spark to be built without assemblies
- Resolved
- relates to
-
SPARK-1520 Assembly Jar with more than 65536 files won't work when compiled on JDK7 and run on JDK6
- Resolved
- links to