Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Add Output and Input types to Transformers #314

Open
zurk opened this issue Sep 4, 2018 · 1 comment
Open

Add Output and Input types to Transformers #314

zurk opened this issue Sep 4, 2018 · 1 comment
Assignees

Comments

@zurk
Copy link
Contributor

zurk commented Sep 4, 2018

We want to be sure that only compatible Transformers will be linked together.
So it is a good idea to add to Transformer class something like

INPUT_FORMAT = Rdd[Row["cname1", "cname2"]]
OUTPUT_FORMAT = ...

And check compability on linking stage.

@vmarkovtsev please assign me.

@zurk
Copy link
Contributor Author

zurk commented Sep 6, 2018

On pause for now because there is a more important issue.

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

No branches or pull requests

1 participant