TheRoddyWMS / BatchEuphoria

A library to access different kinds of cluster backends
MIT License
3 stars 5 forks source link

Implement Job Manager Builder code to support maps and maybe introduce specialized classes #25

Closed dankwart-de closed 6 years ago

vinjana commented 7 years ago

Something like JobManager(..., Map<String,String> additionalParameters). Strict handling of wrong parameter (map keys) to catch typos.

If this is only about authentication only, better explicitly code this as AuthCredetials classes (Username + PWD, Username + Key, Username [e.g. if SSHAgent], Null [if ExecutionService is already connected).