It looks like you're trying to install on a system outside the vagrant image? The aurorabuild scripts are more for development in a vagrant image and will need some work to work on another system. What distribution and version is this?
The start: Unknown job error messages come from upstart - you need to create /etc/init/aurora-scheduler.conf (if you're running on a distribution that uses upstart). There are some example configs in the repo under examples/vagrant/upstart. Another thing that jumps out: you're missing the mesos-log command (part of the mesos distribution). You'll need that to initialize the replicated log for a new installation. On Wed, Oct 15, 2014 at 12:31 PM, Joe Stein <joe.st...@stealth.ly> wrote: > Hey, getting further :) > > Building is working well now but getting error at the end when deploying to > server. > > stop: Unknown job: aurora-scheduler > start: Unknown job: aurora-scheduler > > Thanks in advance!!! > > /opt/apache/incubator-aurora$aurorabuild scheduler > :buildSrc:compileJava UP-TO-DATE > :buildSrc:compileGroovy UP-TO-DATE > :buildSrc:processResources UP-TO-DATE > :buildSrc:classes UP-TO-DATE > :buildSrc:jar UP-TO-DATE > :buildSrc:assemble UP-TO-DATE > :buildSrc:compileTestJava UP-TO-DATE > :buildSrc:compileTestGroovy UP-TO-DATE > :buildSrc:processTestResources UP-TO-DATE > :buildSrc:testClasses UP-TO-DATE > :buildSrc:test UP-TO-DATE > :buildSrc:check UP-TO-DATE > :buildSrc:build UP-TO-DATE > :bootstrapThrift UP-TO-DATE > :checkPython > :generateSources UP-TO-DATE > :compileGeneratedJava UP-TO-DATE > :processGeneratedResources UP-TO-DATE > :generatedClasses UP-TO-DATE > :compileJava UP-TO-DATE > :processResources UP-TO-DATE > :classes UP-TO-DATE > :jar UP-TO-DATE > :startScripts UP-TO-DATE > :installApp UP-TO-DATE > > BUILD SUCCESSFUL > > Total time: 11.005 secs > sudo: mesos-log: command not found > Replicated log initialization failed with code 1 (likely already > initialized). > stop: Unknown job: aurora-scheduler > start: Unknown job: aurora-scheduler > > /******************************************* > Joe Stein > Founder, Principal Consultant > Big Data Open Source Security LLC > http://www.stealth.ly > Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop> > ********************************************/ >