You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon installing ironfan-homebase master repo and attempting to upload it to Chef server (bundle exec rake upload_cookbooks_without_metadata), I received this error about a broken hadoop cookbook dependency:
ERROR: Cookbook hadoop depends on cookbook yum version >= 3.0,
ERROR: which is not currently being uploaded and cannot be found on the server.
As best I could tell, Berkshelf was downloading the hadoop cookbook from opscode instead of from ironfan-pantry. I appeared to resolve this by adding the appropriate line to my Berksfile in $IRONFAN_HOMEBASE:
pantry_cookbook 'hadoop'
The text was updated successfully, but these errors were encountered:
Upon installing ironfan-homebase master repo and attempting to upload it to Chef server (
bundle exec rake upload_cookbooks_without_metadata
), I received this error about a broken hadoop cookbook dependency:As best I could tell, Berkshelf was downloading the hadoop cookbook from opscode instead of from ironfan-pantry. I appeared to resolve this by adding the appropriate line to my Berksfile in $IRONFAN_HOMEBASE:
The text was updated successfully, but these errors were encountered: