Hi Gourav, Very nice. Can you create a JIRA to track this project and I will create a placeholder module to push this code to?
Also, have you or Abhishek been looking into the native Java Client? -Bill Farner’s suggestion in this thread? http://markmail.org/thread/yfq7nj744kqk4pf5 <http://markmail.org/thread/yfq7nj744kqk4pf5> Suresh > On Jun 7, 2016, at 12:07 AM, Gourav Rattihalli <[email protected]> > wrote: > > Hi Dev's, > > I have started on writing the code for the submission of a job to Apache > Aurora. It's a beginning and currently, it can create .aurora config files, > launch a job and kill a specified job. > > Options: > -o = create/kill > -n = name of the job > -r = amount of RAM > -c = CPU count > -d = disk space > -k = name of the task to be killed > > Example: > To create and launch: auroraCreate -o create -r 1024 -n batik -c 2.0 -d 1000 > To kill: auroraCreate -o kill -k batik > > I have tested the code on my local setup and will be improving the code and > also be adding more functionality. > > Any feedback will be very helpful. > > -- > Regards, > Gourav Rattihalli > <auroraCreate.java>
