Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

hopsworks (1) Versions 0.1.0

Installs/Configures the HopsHub Dashboard

Policyfile
Berkshelf
Knife
cookbook 'hopsworks', '~> 0.1.0', :supermarket
cookbook 'hopsworks', '~> 0.1.0'
knife supermarket install hopsworks
knife supermarket download hopsworks
README
Dependencies
Quality 0%

HopsWorks

Chef cookbook to install HopsWorks, Hadoop for Humans.

Vagrant Installation

Requirements: Vagrant, Virtualbox, Min 9 GB of main memory

Install the omnibus plugin, if needed:

vagrant plugin install vagrant-omnibus

Clone this repo, then run:
````
cd hopsworks-chef

remove any old berkshelf cookbooks/cache

rm -rf cookbooks Berksfile.lock
berks vendor cookbooks
vagrant up
````

After hopsworks has installed, access hopsworks from your browser, with the username and password below:

http://localhost:8080/hopsworks

Default credentials:

user: admin@kth.se
password: admin

On-Premise RedHat/Centos/Fedora Installations

By default, Redhat/Centos/Fedora disable "ssh hostname sudo <cmd>", because it will show the password in clear.
This prevents Karamel from executing Chef recipes on bare-metal Centos/Redhat hosts. To overcome this, you can
force the use of a pseudeo-terminal, by commenting out the following line in /etc/sudoers:

Comment out this line below, in /etc/sudoers

Defaults requiretty

This has to be done for all hosts in the cluster on which Karamel will be executed.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Collaborator Number Metric
            

0.1.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.1.0 failed this metric

FC009: Resource attribute not recognised: hopsworks/providers/upstart.rb:34
FC016: LWRP does not declare a default action: hopsworks/resources/mail.rb:1
FC034: Unused template variables: hopsworks/templates/default/404.html.erb:1
FC064: Ensure issues_url is set in metadata: hopsworks/metadata.rb:1
FC065: Ensure source_url is set in metadata: hopsworks/metadata.rb:1
FC066: Ensure chef_version is set in metadata: hopsworks/metadata.rb:1
FC069: Ensure standardized license defined in metadata: hopsworks/metadata.rb:1
FC070: Ensure supports metadata defines valid platforms: hopsworks/metadata.rb:1
FC072: Metadata should not contain "attribute" keyword: hopsworks/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.0 failed this metric

Failure: Cookbook should not contain binaries. Found:
hopsworks/files/default/graphs.sql.latin1
hopsworks/files/default/obama-smoked-us.gif
hopsworks/files/default/graphs.sql

Testing File Metric
            

0.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.1.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number