apache-spark-on-k8s / spark

Apache Spark enhanced with native Kubernetes scheduler back-end: NOTE this repository is being ARCHIVED as all new development for the kubernetes scheduler back-end is now on https://github.com/apache/spark/
https://spark.apache.org/
Apache License 2.0
612 stars 118 forks source link

Removed deprecated XX:MaxPermSize option from pom #433

Closed foxish closed 7 years ago

foxish commented 7 years ago

https://spark.apache.org/docs/latest/building-spark.html#apache-maven

Note that support for Java 7 was removed as of Spark 2.2.0.

The option MaxPermSize was removed in Java 8.