ml icon indicating copy to clipboard operation
ml copied to clipboard

Add Output and Input types to Transformers

Open zurk opened this issue 7 years ago • 1 comments

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 avatar Sep 04 '18 09:09 zurk

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

zurk avatar Sep 06 '18 08:09 zurk