Background
Currently, it is implemented in the part of COBOL parser module so such processing can be ran without Spark. But for big files it would benefit to run in parallel on Spark executors.
Feature
Allow EBCDIC raw record processors to run on Spark executors.
Example [Optional]
--
Proposed Solution [Optional]
Implement another builder, this time in spark-cobol
that would use Spark to parallelize record processing, at least on the level of different input files.