You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Al M (JIRA)" <ji...@apache.org> on 2015/01/07 17:58:34 UTC

[jira] [Created] (SPARK-5137) subtract does not take the spark.default.parallelism into account

Al M created SPARK-5137:
---------------------------

             Summary: subtract does not take the spark.default.parallelism into account
                 Key: SPARK-5137
                 URL: https://issues.apache.org/jira/browse/SPARK-5137
             Project: Spark
          Issue Type: Bug
    Affects Versions: 1.2.0
         Environment: CENTOS 6; scala
            Reporter: Al M
            Priority: Trivial


The 'subtract' function (PairRDDFunctions.scala) in scala does not use the default parallelism value set in the config (spark.default.parallelism).  This is easy enough to work around.  I can just load the property and pass it in as an argument.

It would be great if subtract used the default value, just like all the other PairRDDFunctions.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org