razorsedge / puppet-cloudera

Puppet module to deploy Cloudera Manager and Cloudera's Distribution, including Apache Hadoop (CDH).
http://forge.puppetlabs.com/razorsedge/cloudera
Other
34 stars 52 forks source link

Invalid parameter architecture #15

Closed codewode closed 9 years ago

codewode commented 10 years ago

i get the following errror

Invalid parameter architecture at /tmp/vagrant-puppet-3/modules-0/cloudera/manifests/cm5/repo.pp:142

between, is there any tutorial or an easy way to install puppet-cloudera on VM?

razorsedge commented 9 years ago

@theburhan What version of the following software are you using? puppet facter cloudera module apt module vagrant

What OS is this on? What does your Puppet manifest look like?

codewode commented 9 years ago

@razorsedge i have the following versions installed

cloudera module version 1.0.1. Ubuntu 12.04 LTS nanliu-staging-0.2.1 darin-zypprepo-1.0.1 stahnma-epel-0.0.3 puppetlabs-java_ks-1.0.0 puppetlabs-postgresql-2.1.0 facter 1.6.12 puppet 2.7.19 apt 4.12.0 mysql 14.14 Distrib 5.5.38

and the Puppet manifest looks like class { 'cloudera': cm_server_host => 'smhost.example.com', } -> class { 'cloudera::cm::server': }

am I doing something wrong? may I know the least requirements to setup Puppet manifest?

codewode commented 9 years ago

@razorsedge I have updated Puppet to version 3.7.1, now it works fine. :)