help with Aurora Scheduler

2015-05-22 Thread Willy Aguirre
Hi! I followed the steps for run Apache Aurora in vangrat but I have a problem with scheduler http://192.168.33.7:8081/ (I can not connect) when I tried to run: aurora job create devcluster/www-data/devel/hello_world /vagrant/hello_world.aurora I got this: INFO] Creating job hello_world WARN

Re: building aurora client on mac

2015-05-22 Thread Zameer Manji
The binary should be available in the `./dist` directory adjacent to the `./pants` command. $ ls dist/ aurora.pex $ ./dist/aurora.pex usage: aurora.pex [-h] [--version] {task,quota,update,cron,job,config,sla} ... optional arguments: -h, --helpshow this help message and exit -

building aurora client on mac

2015-05-22 Thread Poppy
I am trying to build aurora client on mac for my cli usage. On Aurora git repo I do ./pants binary src/main/python/apache/aurora/client/cli:aurora Where does aurora client gets generated? Thx, Praveen > >