Description
If you do a build with -Phive,hive-thriftserver then the contents of org.codehaus.groovy:groovy-all gets into the spark-assembly.jar
This bad because
- it makes the JAR bigger
- it makes the build longer
- it's an uber-JAR itself, so can include things (maybe even conflicting things)
- It's something else that needs to be kept up to date security-wise
Attachments
Issue Links
- supercedes
-
SPARK-13471 Upgrade spark-project hive 1.2.1 jar to one with a groovy 2.4.4 dependency
- Resolved
- links to