vangj / vagrant-hadoop-2.4.1-spark-1.0.1

Vagrant project to spin up a cluster virtual machines with Hadoop v2.4.1 and Spark v1.0.1
83 stars 77 forks source link

Allow the update of VB GuestAdditions #9

Open barringtonhaynes opened 9 years ago

barringtonhaynes commented 9 years ago

The mismatched guest additions was preventing folders from being mounted in the VMs. This allows the latest version of VB GuestAdditions to be installed in the VM,

lazyval commented 9 years ago

Hey, @barringtonhaynes, thanks for your contribution. I see you've inlined additions installation, but how is this compares to additions-as-plugin?

barringtonhaynes commented 9 years ago

I'm using this with the vagrant-vbguest plugin. The inline bit I believe (but could be wrong) is called by the plugin.

lazyval commented 9 years ago

Hm, but what will happen if we'll omit this definitions?