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

A GpuMapRDD is required #40

Open
meisam opened this issue Dec 5, 2014 · 0 comments
Open

A GpuMapRDD is required #40

meisam opened this issue Dec 5, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@meisam
Copy link
Owner

meisam commented Dec 5, 2014

For example, to simulate this query

Select a, b, a * b, a+b from
MyTable

we need a way to map an RDD of Tuple2(Int, Int) to an RDD of Tuple4(Int, Int, Int, Int)

This is really required because in TPCH queries we have expressions like

select
sum(l_quantity) as sum_qty,
sum(l_extendedprice) as sum_base_price,
...,
avg(l_quantity) as avg_qty,
avg(l_extendedprice) as avg_price,
from
lineitem

@meisam meisam self-assigned this Dec 5, 2014
@meisam meisam changed the title A GpeMapRDD is required A GpuMapRDD is required Jan 11, 2015
@meisam meisam added this to the Baseline milestone Jan 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant