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

Attachment: auroraCreate.java
Description: Binary data

Reply via email to