[chef] Hadoop cookbook error


Chronological Thread 
  • From: < >
  • To:
  • Subject: [chef] Hadoop cookbook error
  • Date: Wed, 22 Aug 2012 10:24:56 -0700 (PDT)

I am trying to run hadoop cookbook from hosted chef on Ubuntu 12.04 and got
this error.  This is the 2nd time I ran.  When I ran it the first time, I got 
a
different error.  Unfortunately I didn't save the first error.  It's something
related to download error from "http://archive.cloudera.com/debian/dists
precise".

I follow this README and set the attributes.  Not sure if I did it right.
https://github.com/opscode/cookbooks/tree/master/hadoop

:~/chef-repo$
 cat cookbooks/hadoop/attributes/default.rb
default[:hadoop][:mirror_url] = "http://www.trieuvan.com/apache/hadoop/core/";
default[:hadoop][:version] = "1.0.3"
default[:hadoop][:uid] = "admuser"
default[:hadoop][:gid] ="admuser"
default[:hadoop][:java_home] = "/usr/lib/jvm/java-1.6.0-openjdk-amd64/"

How to submit issue with cookbooks?  I don't see any ticket tab on github.

This is my first time on Chef.  Please help!  Thanks! 


:~/chef-repo$
 sudo chef-client 
'[Wed, 22 Aug 2012 10:12:20 -0700] INFO: *** Chef 10.12.0 ***
[Wed, 22 Aug 2012 10:12:22 -0700] INFO: Run List is [recipe[hadoop]]
[Wed, 22 Aug 2012 10:12:22 -0700] INFO: Run List expands to [hadoop]
[Wed, 22 Aug 2012 10:12:22 -0700] INFO: Starting Chef Run for hadoop53
[Wed, 22 Aug 2012 10:12:22 -0700] INFO: Running start handlers
[Wed, 22 Aug 2012 10:12:22 -0700] INFO: Start handlers complete.
[Wed, 22 Aug 2012 10:12:24 -0700] INFO: Loading cookbooks [hadoop, java]
[Wed, 22 Aug 2012 10:12:24 -0700] INFO: Processing
ruby_block[set-env-java-home] action create (java::openjdk line 36)
[Wed, 22 Aug 2012 10:12:24 -0700] INFO: ruby_block[set-env-java-home] called
[Wed, 22 Aug 2012 10:12:24 -0700] INFO: Processing
ruby_block[update-java-alternatives] action nothing (java::openjdk line 43)
[Wed, 22 Aug 2012 10:12:24 -0700] INFO: Processing package[openjdk-6-jdk]
action install (java::openjdk line 80)
[Wed, 22 Aug 2012 10:12:24 -0700] INFO: Processing package[sun-java6-jdk]
action purge (java::default line 25)
[Wed, 22 Aug 2012 10:12:24 -0700] INFO: Processing package[sun-java6-bin]
action purge (java::default line 25)
[Wed, 22 Aug 2012 10:12:24 -0700] INFO: Processing package[sun-java6-jre]
action purge (java::default line 25)
[Wed, 22 Aug 2012 10:12:24 -0700] INFO: Processing execute[apt-get update]
action nothing (hadoop::default line 22)
[Wed, 22 Aug 2012 10:12:24 -0700] INFO: Processing
template[/etc/apt/sources.list.d/cloudera.list] action create (hadoop::default
line 26)
[Wed, 22 Aug 2012 10:12:24 -0700] INFO: Processing execute[curl -s
http://archive.cloudera.com/debian/archive.key ;| apt-key add -] action run
(hadoop::default line 33)
[Wed, 22 Aug 2012 10:12:24 -0700] INFO: Processing package[hadoop] action
install (hadoop::default line 37)
[Wed, 22 Aug 2012 10:12:24 -0700] ERROR: package[hadoop] (hadoop::default line
37) has had an error
[Wed, 22 Aug 2012 10:12:24 -0700] ERROR: package[hadoop]
(/var/chef/cache/cookbooks/hadoop/recipes/default.rb:37:in `from_file') had an
error:
package[hadoop] (hadoop::default line 37) had an error:
Chef::Exceptions::Package: No version specified, and no candidate version
available for hadoop
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/provider/package.rb:50:in
`action_install'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/resource.rb:454:in
`run_action'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/runner.rb:49:in
`run_action'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/runner.rb:85:in
`block (2 levels) in converge'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/runner.rb:85:in
`each'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/runner.rb:85:in
`block in converge'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/resource_collection.rb:94:in
`block in execute_each_resource'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/resource_collection/stepable_iterator.rb:116:in
`call'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/resource_collection/stepable_iterator.rb:116:in
`call_iterator_block'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/resource_collection/stepable_iterator.rb:85:in
`step'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/resource_collection/stepable_iterator.rb:104:in
`iterate'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/resource_collection/stepable_iterator.rb:55:in
`each_with_index'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/resource_collection.rb:92:in
`execute_each_resource'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/runner.rb:80:in
`converge'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/client.rb:330:in
`converge'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/client.rb:163:in
`run'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/application/client.rb:254:in
`block in run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/application/client.rb:241:in
`loop'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/application/client.rb:241:in
`run_application'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/lib/chef/application.rb:70:in
`run'
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-10.12.0/bin/chef-client:26:in
`<top (required)>'
/usr/bin/chef-client:19:in `load'
/usr/bin/chef-client:19:in `<main>'
[Wed, 22 Aug 2012 10:12:24 -0700] ERROR: Running exception handlers
[Wed, 22 Aug 2012 10:12:24 -0700] FATAL: Saving node information to
/var/chef/cache/failed-run-data.json
[Wed, 22 Aug 2012 10:12:24 -0700] ERROR: Exception handlers complete
[Wed, 22 Aug 2012 10:12:24 -0700] FATAL: Stacktrace dumped to
/var/chef/cache/chef-stacktrace.out
[Wed, 22 Aug 2012 10:12:24 -0700] FATAL: Chef::Exceptions::Package:
package[hadoop] (hadoop::default line 37) had an error:
Chef::Exceptions::Package: No version specified, and no candidate version
available for hadoop


  • [chef] Hadoop cookbook error, chang, 08/22/2012

Archive powered by MHonArc 2.6.16.

§