please paste your Vagrantfile
On Sat, May 23, 2015 at 6:16 AM, Dewayne Coe <[email protected]> wrote: > I a totally new to the software and I'm trying to complete some HADOOP > training. see errors below > > Vagrantfile:51:in `block in <top (required)>': undefined local variable or > method `vb' for main:Object (NameError) > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/v2/loader.rb:37:in > `call' > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/v2/loader.rb:37:in > `load' > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/loader.rb:103:in > `block (2 levels) in load' > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/loader.rb:97:in > `each' > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/loader.rb:97:in > `block in load' > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/loader.rb:94:in > `each' > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/config/loader.rb:94:in > `load' > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/vagrantfile.rb:28:in > `initialize' > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb:691:in > `new' > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb:691:in > `vagrantfile' > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb:441:in > `host' > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb:207:in > `block in action_runner' > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/runner.rb:33:in > `call' > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/action/runner.rb:33:in > `run' > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb:428:in > `hook' > from > /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant/environment.rb:673:in > `unload' > from > /opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/bin/vagrant:177:in > `ensure in <main>' > from > /opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/bin/vagrant:177:in > `<main>' > > Here was my process: > > 1. OS = Fedora > 2. Downloaded and installed VirtualBox > 3. Downloaded and installed Vagrant > 4. Downloaded ....vagrant box add hdp_vm > https://github.com/2creatives/vagrant-centos/releases/download/v6.5.1/centos65-x86_64-20131205.box > 5. It successfully added hdp_vm > 6. Ran vagrant init hdp_vm and it successfully created the Vagrantfile > 7. Modified the Vagrantfile to increase RAM and change forwarding port > 8. Ran vagrant up hdp_vm "and at this point is when I received the error > above". > > Can anyone help me. Thanks in advance > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
