Skip to content

Why is SparkJobServerClientImpl package-private? #13

@yatszhash

Description

@yatszhash

Why is SparkJobServerClientImpl package-private?

I infer that because of using factory pattern and cache connection.
However, it's very inconvenient to implement customized client
because it cannot be extended and it's very redundant
to write the common processes from scratch.

I think this library's aim to reduce such redundancy.
To reduce this convenience
can I extract the method implementation of SparkJobServerClientImpl into an abstract class?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions