RE: Client API

2014-11-12 Thread Erb, Stephan
Ok, thanks. Will give it a try. Regards, Stephan From: Bill Farner Sent: Wednesday, November 12, 2014 3:28 AM To: dev@aurora.incubator.apache.org Subject: Re: Client API What you described is indeed the best course forward today. The warning is sage, as

Re: Client API

2014-11-11 Thread Bill Farner
What you described is indeed the best course forward today. The warning is sage, as much of the code has not been written with the intention of being called from multiple threads. I don't know that you will encounter problems, but it's far from impossible. -=Bill On Tue, Nov 11, 2014 at 3:49 P

Client API

2014-11-11 Thread Erb, Stephan
Hi everyone, we have a usecase where we want to automate the client-side interaction with Aurora. We have to generate configurations and control the life-cycle of jobs (start, stop, ...). The control code is meant to be written in Python. Is there any recommended way how to perform the interfac