Github user gdfm commented on the pull request:
https://github.com/apache/incubator-samoa/pull/32#issuecomment-155050075
I think the main issue is a separation of concerns:
One thing is the source of the data, another is the data format.
That is, we could have Avro data coming from Kafka, or ARFF data coming
from HDFS, and we should be able to support all of them.
Ideally, the source->format interface is unique and simple (e.g., a byte
stream), and it's a responsibility of the format to convert the byte stream
into a sequence of instances.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---