[jira] [Commented] (SPARK-6630) SparkConf.setIfMissing should only evaluate the assigned value if indeed missing

2015-04-06 Thread Svend Vanderveken (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14481055#comment-14481055 ] Svend Vanderveken commented on SPARK-6630: -- Oh, ok. For the record (and my

[jira] [Commented] (SPARK-6630) SparkConf.setIfMissing should only evaluate the assigned value if indeed missing

2015-04-06 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14481064#comment-14481064 ] Sean Owen commented on SPARK-6630: -- Yeah because the second argument becomes a Function

[jira] [Commented] (SPARK-6630) SparkConf.setIfMissing should only evaluate the assigned value if indeed missing

2015-04-05 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14396167#comment-14396167 ] Apache Spark commented on SPARK-6630: - User 'srowen' has created a pull request for

[jira] [Commented] (SPARK-6630) SparkConf.setIfMissing should only evaluate the assigned value if indeed missing

2015-04-05 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14396357#comment-14396357 ] Sean Owen commented on SPARK-6630: -- Hm, I don't think we can change this, since it would

[jira] [Commented] (SPARK-6630) SparkConf.setIfMissing should only evaluate the assigned value if indeed missing

2015-04-01 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14390350#comment-14390350 ] Sean Owen commented on SPARK-6630: -- This should be as simple as {{ def setIfMissing(key:

[jira] [Commented] (SPARK-6630) SparkConf.setIfMissing should only evaluate the assigned value if indeed missing

2015-04-01 Thread Svend Vanderveken (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-6630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14390421#comment-14390421 ] Svend Vanderveken commented on SPARK-6630: -- Thanks for you comment. I agree with