Skip to content

Allow EBCDIC raw record processors to run on Spark executors #788

@yruslan

Description

@yruslan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions