Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One-to-multiple lookup #14

Open
liyan2015 opened this issue Nov 9, 2015 · 0 comments
Open

One-to-multiple lookup #14

liyan2015 opened this issue Nov 9, 2015 · 0 comments

Comments

@liyan2015
Copy link

Hi, Ankur,

IndexedRDD works prefect for one-to-one Key-Value pairs. But for the case that there are multiple values to a key, it only returns one value, which is not as the Seq(Value) returned by lookup method of RDD.

Since IndexedRDD extends from RDD, I guess perhaps the lookup method is worth overriding? Or its one-to-multiple lookup performance will be actually the same with the one for RDD partitioned by HashPartitioner? Thanks for your patience.

Best regards,
Li

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant