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

Multiple dataframe outputs from the same reducer #177

Closed
SudipSinha opened this issue Feb 7, 2013 · 1 comment
Closed

Multiple dataframe outputs from the same reducer #177

SudipSinha opened this issue Feb 7, 2013 · 1 comment

Comments

@SudipSinha
Copy link

Hi,

I want to emit two types of data frames (having different dimensions and column names) out of the reducer. On one of the data.frames, the keys have to be repeated. Let us assume that these are the 'iris' and the 'mtcars' datasets. I want the key of the mtcars dataset to be 'mpg' column and that of the iris to be the 'Species' column (this is with repetition as there are only 3 values).

I want to use the the output of the first MapReduce as the input to the second MapReduce, only for the case where the keys are repeated.

Can this be done in rmr2?

Regards,
Sudip

@piccolbo
Copy link
Collaborator

piccolbo commented Feb 7, 2013

See RevolutionAnalytics/rmr2#2

@piccolbo piccolbo closed this as completed Feb 7, 2013
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

2 participants