vagrant-mesos
vagrant-mesos copied to clipboard
Mesos/Docker/Marathon/Aurora development Vagrant Virtualbox setup
After doing `./create.sh`, accessing http://aurora1/ gives a 504. The error from /var/log/aurora-scheduler-stderr.log is: ``` SEVERE: Failed to apply arguments java.lang.IllegalArgumentException: Unrecognized arguments: thrift_port java.lang.IllegalArgumentException: Unrecognized arguments: thrift_port at com.twitter.common.args.ArgScanner.process(ArgScanner.java:465) at...
I tried but my knowledge of mesos is still too less. Thanks!
I ran `./create.sh`, then tried to access http://chronos1 and got a 504. I fixed the problem by running `sudo service chronos1 restart`.
hi! this is awesome thanks! which versions of the different tools is it using? i wanted to use the latest versions so i get the latest fixes. (also saw your...