Thinking this through, it’s likely ~okay to require a separate ZooKeeper installation, but I believe we should point the “example” clusters.json to point to localhost, vs. a ZK lookup.
In addition, looks like clusters.json is installed via the executor RPM: vagrant@vagrant-ubuntu-trusty-64:~$ dpkg -S /etc/aurora/clusters.json aurora-executor: /etc/aurora/clusters.json vagrant@vagrant-ubuntu-trusty-64:~$ sudo apt-get purge aurora-executor Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: aurora-executor* 0 upgraded, 0 newly installed, 1 to remove and 95 not upgraded. After this operation, 33.3 MB disk space will be freed. Do you want to continue? [Y/n] y (Reading database ... 91983 files and directories currently installed.) Removing aurora-executor (0.9.0) ... thermos stop/waiting Purging configuration files for aurora-executor (0.9.0) … vagrant@vagrant-ubuntu-trusty-64:~$ dpkg -S /etc/aurora/clusters.json dpkg-query: no path found matching pattern /etc/aurora/clusters.json vagrant@vagrant-ubuntu-trusty-64:~$ sudo dpkg -i ./aurora-tools_0.9.0_amd64.deb (Reading database ... 91969 files and directories currently installed.) Preparing to unpack ./aurora-tools_0.9.0_amd64.deb ... Unpacking aurora-tools (0.9.0) over (0.9.0) ... Setting up aurora-tools (0.9.0) … vagrant@vagrant-ubuntu-trusty-64:~$ dpkg -S /etc/aurora/clusters.json dpkg-query: no path found matching pattern /etc/aurora/clusters.json Which we can/should move to the aurora-tools deb. Happy to put these changes in if others agree! Thanks, Joe > On Aug 28, 2015, at 3:56 PM, Joseph Smith <[email protected]> wrote: > > I’m having an issue connecting to the scheduler via the client after > following the setup steps: > > vagrant@vagrant-ubuntu-trusty-64:~$ aurora job status > example/vagrant/test/hello > INFO] Checking status of example/vagrant/test/hello > WARN] Could not connect to scheduler: Failed to connect to Zookeeper within > 10 seconds. > > If the goal is to provide a “cluster-in-a-box” then I’m a -1. However, if > not, then because the Aurora specific components are all there, it’s a big > +1 from me. > > Thanks for setting this all up!! > >> On Aug 27, 2015, at 5:32 PM, Roger Ignazio <[email protected]> wrote: >> >> +1 (non-binding). Looking forward to the RPMs too! >> >> On Thu, Aug 27, 2015 at 12:47 PM, Maxim Khutornenko <[email protected]> >> wrote: >> >>> +1 (binding). >>> >>> On Wed, Aug 26, 2015 at 11:31 AM, Kevin Sweeney <[email protected]> >>> wrote: >>>> From my ASF email this time: >>>> >>>> +1 (binding) >>>> >>>> On Wed, Aug 26, 2015 at 11:31 AM, Kevin Sweeney <[email protected]> >>>> wrote: >>>> >>>>> +1 >>>>> >>>>> The one issue I have - thermos.pex seems to only appear in >>>>> /usr/share/aurora/bin/thermos.pex and not as a globally-linked >>>>> /usr/bin/thermos command. This makes it pretty unlikely to be discovered >>>>> "naturally". >>>>> >>>>> On Wed, Aug 26, 2015 at 11:02 AM, Bill Farner <[email protected]> >>> wrote: >>>>> >>>>>> To simplify testing these debs, i've got a branch that sets up the >>>>>> environment and dependencies in Vagrant: >>>>>> >>>>>> >>> https://github.com/wfarner/aurora-packaging/tree/wfarner/deb_testing/test/deb/ubuntu-trusty >>>>>> >>>>>> If you clone that, you can then vagrant up, wget, and dpkg -i. >>>>>> >>>>>> I plan to formalize this testing to simplify things in the future, and >>> add >>>>>> documentation for installation to the website...but that comes later. >>>>>> >>>>>> -=Bill >>>>>> >>>>>> On Wed, Aug 26, 2015 at 10:16 AM, Bill Farner <[email protected]> >>> wrote: >>>>>> >>>>>>> I propose that we accept the following artifacts as the official deb >>>>>>> packaging for >>>>>>> Apache Aurora 0.9.0. >>>>>>> >>>>>>> >>>>>>> >>>>>> >>> http://people.apache.org/~wfarner/aurora/distributions/0.9.0/deb/ubuntu-trusty/ >>>>>>> >>>>>>> The Aurora deb packaging includes the following: >>>>>>> --- >>>>>>> The CHANGELOG is available at: >>>>>>> >>>>>>> >>>>>> >>> https://git1-us-west.apache.org/repos/asf?p=aurora-packaging.git;a=blob_plain;f=specs/debian/changelog;hb=refs/heads/0.9.x >>>>>>> >>>>>>> The branch used to create the packaging is: >>>>>>> >>>>>>> >>>>>> >>> https://git1-us-west.apache.org/repos/asf?p=aurora-packaging.git;a=tree;h=refs/heads/0.9.x >>>>>>> >>>>>>> The packages are available at: >>>>>>> >>>>>>> >>>>>> >>> http://people.apache.org/~wfarner/aurora/distributions/0.9.0/deb/ubuntu-trusty/ >>>>>>> >>>>>>> The GPG keys used to sign the packages are available at: >>>>>>> https://dist.apache.org/repos/dist/release/aurora/KEYS >>>>>>> >>>>>>> Please download, verify, and test. >>>>>>> >>>>>>> The vote will close in 3 business days, on Mon Aug 31 10:00:00 PT >>> 2015 >>>>>>> >>>>>>> [ ] +1 Release these as the deb packages for Apache Aurora 0.9.0 >>>>>>> [ ] +0 >>>>>>> [ ] -1 Do not release these artifacts because... >>>>>>> >>>>>>> I would like to get the voting started off with my own +1 >>>>>>> >>>>>>> >>>>>>> -=Bill >>>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Kevin Sweeney >>>>> @kts >>>>> >>> >
