Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.7.0
-
None
Description
On my testing environment it tooks almost 50mins to provision a 3 node hadoop cluster using vagrant-puppet, and sometimes yum install might also failed due to timeout.
There's a great vagrant plugin called vagrant-cachier which will help to cache packages at local and reduce the network traffic when multiple VMs are going to install same packages. With vagrant-cachier enabled the provisioning process slightly reduced from 50mins to 20mins.