This commit is contained in:
Mark Hamstra 2013-03-16 13:36:46 -07:00
Родитель ca9f81e8fc
Коммит 32979b5e7d
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -97,7 +97,6 @@ class PairRDDFunctions[K: ClassManifest, V: ClassManifest](
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
* be added to the result an arbitrary number of times, and must not change the result (e.g., Nil for