apache spark - How to get a certain element of an RDD? -


if have rdd[(k, v)] , key, how element of rdd key?

i can filter rdd key, there more efficient way?

on pairrdd, can use lookup(key) api. returns values associated provided key.


Comments

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -