Return-Path: X-Original-To: apmail-aurora-reviews-archive@minotaur.apache.org Delivered-To: apmail-aurora-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 930DF18F17 for ; Mon, 21 Dec 2015 17:41:05 +0000 (UTC) Received: (qmail 52982 invoked by uid 500); 21 Dec 2015 17:41:05 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 52934 invoked by uid 500); 21 Dec 2015 17:41:05 -0000 Mailing-List: contact reviews-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@aurora.apache.org Delivered-To: mailing list reviews@aurora.apache.org Received: (qmail 52908 invoked by uid 99); 21 Dec 2015 17:41:05 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Dec 2015 17:41:05 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id C55332958DF; Mon, 21 Dec 2015 17:41:04 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============4806982261025957607==" MIME-Version: 1.0 Subject: Re: Review Request 41564: Add a guide for installing Aurora. From: "John Sirois" To: "Joshua Cohen" , "John Sirois" , "Zameer Manji" Cc: "Bill Farner" , "Aurora" Date: Mon, 21 Dec 2015 17:41:04 -0000 Message-ID: <20151221174104.664.98173@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "John Sirois" X-ReviewGroup: Aurora X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/41564/ X-Sender: "John Sirois" References: <20151221171614.664.17277@reviews.apache.org> In-Reply-To: <20151221171614.664.17277@reviews.apache.org> Reply-To: "John Sirois" X-ReviewRequest-Repository: aurora --===============4806982261025957607== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > On Dec. 21, 2015, 10:16 a.m., John Sirois wrote: > > 1 small issue for CentOS noted below, the larger issue blocks example job submission and involves the scheduler failing to open the distributed log - looking into that currently. > > John Sirois wrote: > Also discovered the aurora-scheduler rpm install pulling in fonts - spawned: https://reviews.apache.org/r/41610/ I needed the following to get aurora reading the log initialized in the instructions and connected to the master installed via the instructions: ``` [vagrant@localhost ~]$ aurora job create main/aurora/prod/hello hello_world.aurora INFO] Creating job hello INFO] Checking status of main/aurora/prod/hello Job create succeeded: job url=http://127.0.0.1:8081/scheduler/aurora/prod/hello [vagrant@localhost ~]$ diff /etc/sysconfig/aurora.orig /etc/sysconfig/aurora 41c41 < -mesos_master_address='zk://127.0.0.1:2181/mesos/master' --- > -mesos_master_address='zk://127.0.0.1:2181/mesos' 69c69 < -native_log_file_path='/var/lib/aurora/db' --- > -native_log_file_path='/var/lib/aurora/scheduler/db' ``` - John ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41564/#review111502 ----------------------------------------------------------- On Dec. 20, 2015, 10:32 a.m., Bill Farner wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41564/ > ----------------------------------------------------------- > > (Updated Dec. 20, 2015, 10:32 a.m.) > > > Review request for Aurora, Joshua Cohen, John Sirois, and Zameer Manji. > > > Bugs: AURORA-1483 > https://issues.apache.org/jira/browse/AURORA-1483 > > > Repository: aurora > > > Description > ------- > > Add a guide for installing Aurora. > > > Diffs > ----- > > README.md e88e1beddbea1be76e6ea6cabee0bd105ae5360e > docs/installing.md PRE-CREATION > > Diff: https://reviews.apache.org/r/41564/diff/ > > > Testing > ------- > > Rendered here: https://github.com/wfarner/aurora/blob/wfarner/installing_aurora_doc/docs/installing.md > > I could use more eyes and independent trials on the installation steps. > > > Thanks, > > Bill Farner > > --===============4806982261025957607==--