I would need to use the Job REST API to create a Job on our databrick Cluster.
At the Job Creation, is possible to specify an existing cluster, or, create a new one.
I can forward alot of information to the Cluster, but what I would like to specify is a bunch of Maven Library to install directly on the Cluster itself.
Would be possible?
I don't see this configuration.
Alternative I found is use
Cluster API -> Create new Cluster
Library API -> Install a new Library on Cluster
Jobs API -> Create a new Job and run on the Cluster that I just created, but it feels a little bit cumbersome