Skip to content

Refactoring for SparkIngestDriver to support local hdfs and better resource management #1370

@richard3d

Description

@richard3d

Currently the SparkIngestDriver will not work when hdfs relies on file:/// as the protocol (which is helpful for testing when we don't want to rely on S3 etc). The ingest driver also allocates things like IngestFormatPluginOptions per partition which is unnecessary. These allocations occur in processInput and should be pulled out and provided as configuration parameters to Spark somehow.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions