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
|