From 456523a38cac17236acff29f457b11345480fc44 Mon Sep 17 00:00:00 2001 From: Suzanne Scala Date: Tue, 5 Dec 2017 13:19:35 -0800 Subject: [PATCH] -Dspark args no longer supported (#227) --- docs/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 666649071bbb9..971a76a0b5c77 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -54,6 +54,10 @@ dispatcher use `dcos spark --name `. * Spark driver now supports configurable failover_timeout. The default value is 0 when the configuration is not set. [SPARK-21456](https://issues.apache.org/jira/browse/SPARK-21456). +### Breaking change + +* Spark CLI no longer supports -Dspark args. + ## Version 1.0.9-2.1.0-1 - The history server has been removed from the "spark" package, and put into a dedicated "spark-history" package.