Skip to content
Snippets Groups Projects
Commit 32979b5e authored by Mark Hamstra's avatar Mark Hamstra
Browse files

whitespace

parent ca9f81e8
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,6 @@ class PairRDDFunctions[K: ClassManifest, V: ClassManifest]( ...@@ -97,7 +97,6 @@ class PairRDDFunctions[K: ClassManifest, V: ClassManifest](
combineByKey[V]({v: V => func(zeroValue, v)}, func, func, partitioner) combineByKey[V]({v: V => func(zeroValue, v)}, func, func, partitioner)
} }
/** /**
* Merge the values for each key using an associative function and a neutral "zero value" which may * Merge the values for each key using an associative function and a neutral "zero value" which may
* be added to the result an arbitrary number of times, and must not change the result (e.g., Nil for * be added to the result an arbitrary number of times, and must not change the result (e.g., Nil for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment