puppet-hadoop
puppet-hadoop copied to clipboard
Hadopp Module For Puppet.
- update default config files location in distribution archive - replace included distribution with wget command in a README
Seems like the version in params.pp is a little old (0.23....) Has this been updated/tested in 1.X / 2.X?
Hi, Great work, I just made the following changes to make it work ## params.pp Commented out include java::params and just set $java_home = $::hostname ? { default => "/usr/java/jdk1.7.0_09",...