Description
The "configure" method of CSVInputFormat does not have any effect on its configuration and is never called. Instead, the class needs to implement Configurable and set its configuration options in an overriden setConf method.
Attachments
Attachments
Issue Links
- relates to
-
CRUNCH-362 Add a CSV File Source
- Closed