[ 
https://issues.apache.org/jira/browse/SPARK-11344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen resolved SPARK-11344.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.0

Issue resolved by pull request 9299
[https://github.com/apache/spark/pull/9299]

> ApplicationDescription should be immutable case class
> -----------------------------------------------------
>
>                 Key: SPARK-11344
>                 URL: https://issues.apache.org/jira/browse/SPARK-11344
>             Project: Spark
>          Issue Type: Improvement
>          Components: Deploy, Spark Core
>    Affects Versions: 1.4.1, 1.5.1
>            Reporter: Jacek Lewandowski
>            Priority: Minor
>             Fix For: 1.6.0
>
>
> {{ApplicationDescription}} should be a case class. Currently it is not 
> immutable because it has one {{var}} field. This is something which has to be 
> refactored because it causes confusion and bugs - for example, with 
> SPARK-1706 introduced additional {{val}} to {{ApplicationDescription}} but it 
> was missed in {{copy}} method. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to