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?