Hi Gourav, This documentation might help - https://confluence.atlassian.com/jira062/jira-user-s-guide-588581601.html <https://confluence.atlassian.com/jira062/jira-user-s-guide-588581601.html>
Suresh > On Jun 8, 2016, at 3:51 PM, Gourav Rattihalli <[email protected]> wrote: > > Hi Suresh, > > I'm not able to find the option to create an issue/bug on the JIRA homepage. > Do I need permissions to do that? > > On Tue, Jun 7, 2016 at 4:12 PM, Pierce, Marlon <[email protected] > <mailto:[email protected]>> wrote: > +1 for investigating a native client instead of wrapping the command line. > > > > From: Suresh Marru <[email protected] <mailto:[email protected]>> > Reply-To: "[email protected] <mailto:[email protected]>" > <[email protected] <mailto:[email protected]>> > Date: Tuesday, June 7, 2016 at 4:08 PM > To: Airavata Dev <[email protected] <mailto:[email protected]>> > Subject: Re: Apache Aurora-Mesos Integration (Job Submission code) > > > > 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] > <mailto:[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> > > > > > > > -- > Regards, > Gourav Rattihalli
