Problem with onlinefs while installing Hopsworks on premises

I followed the Hopsworks Installer — Documentation 2.1 documentation

But fails on a the onlinefs recipe. Is there any way to either disable that or fix it?

  --
    Installing Cookbook Gems:
    Compiling Cookbooks...

[2021-04-07T21:49:07+00:00] ERROR: Invalid cookbook name: onlinefs
 
================================================================================

Recipe Compile Error in /tmp/chef-solo/cookbooks/kkafka/recipes/default.rb
================================================================================


 

ArgumentError
-------------
Invalid Cookbook name

System Info:
------------
chef_version=14.10.9
platform=ubuntu
platform_version=18.04
ruby=ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-linux]
program_name=/usr/bin/chef-solo
executable=/opt/chefdk/bin/chef-solo

----

Hi @joakimeriksson!

There is an error in the documentation, right now the link is pointing to the master version of installer while it should be pointing to the latest release which is 2.1.

Please download the 2.1 installer using this command:

wget https://raw.githubusercontent.com/logicalclocks/karamel-chef/2.1/hopsworks-installer.sh

1 Like