Hi Ken, Yeah, the bundle fails because there is a race condition happening. Instead of quickstarting it, use the deploy script (00-deploy.sh) and you should be alright.
The most important thing is that you need the Hadoop cluster up & running (YARN + 4 compute nodes) up and running before you start deploying PIG. By up and running, I mean everything green on the GUI, including relations. The script takes care of that as it checks and waits until this is done before it moves to the next stage. Note that the deployment takes ~75min to complete, and you need a LOT of resources (like 5x quad core, 16GB RAM machines). Better do that on a cloud. BTW, your command is not correct, remove the -n "flight*" and only keep the juju-quickstart bundles.yaml. Best, Sam Best, Samuel -- Samuel Cozannet Cloud, Big Data and IoT Strategy Team Business Development - Cloud and ISV Ecosystem Changing the Future of Cloud Ubuntu <http://ubuntu.com> / Canonical UK LTD <http://canonical.com> / Juju <https://jujucharms.com> [email protected] mob: +33 616 702 389 skype: samnco Twitter: @SaMnCo_23 On Fri, Jan 30, 2015 at 5:58 PM, Ken Williams <[email protected]> wrote: > > Hi, > > I'm trying to install the flight-delay-demo from here > > > https://demo.jujucharms.com/~samuel-cozannet/trusty/flight-delay-demo-7 > > If I follow the instructions in the Readme file to git clone the code > and then juju-quickstart the bundle, I get this error, > > root@adminuser-VirtualBox:~# > root@adminuser-VirtualBox:~# git clone > https://github.com/SaMnCo/bundle-flight-delay-demo.git flight-delay-demo > Cloning into 'flight-delay-demo'... > remote: Counting objects: 75, done. > remote: Total 75 (delta 0), reused 0 (delta 0) > Unpacking objects: 100% (75/75), done. > Checking connectivity... done. > root@adminuser-VirtualBox:~# > root@adminuser-VirtualBox:~# cd flight-delay-demo/ > root@adminuser-VirtualBox:~/flight-delay-demo# juju-quickstart -n > flight-delay-demo bundles.yaml > WARNING:root:ignoring invalid jenv file amazon.jenv: no state-servers found > usage: juju-quickstart [-h] [-e ENV_NAME] [-n BUNDLE_NAME] [-i] > [--environments-file ENV_FILE] > [--gui-charm-url CHARM_URL] [--no-browser] > [--distro-only] [--ppa] [--version] [--debug] > [--description] [--upload-tools] > [--upload-series UPLOAD_SERIES] > [--constraints CONSTRAINTS] > [bundle] > juju-quickstart: error: bundle flight-delay-demo not found in the provided > list of bundles (envExport) > root@adminuser-VirtualBox:~/flight-delay-demo# > > Is this bundle ready to be used, or not ? > > Thanks for help, > > Ken > > > > > -- > Juju mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/juju > >
-- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
