Code Monkey home page Code Monkey logo

Comments (5)

jamesruddy avatar jamesruddy commented on July 17, 2024

So I had this issue and came up with a work around. On master I commented out everything in site.pp except repo statements for cm. Also found that the example use 4.1, there is no cloudera version 4.1. There is 4.0.1 and 4.1.0
Once repo was installed, uncommented the other statements and it worked fine.
Example of repo statements
class { 'cloudera::repo':
cdh_version => '4.1.1',
}
class { 'cloudera::cm::repo':
cm_version => '4.1.1',

from puppet-cloudera.

TomOnTime avatar TomOnTime commented on July 17, 2024

Yes, another workaround is to re-run Puppet. At least on my system that's all it took. The first time it set up the repos at the end, the second time they were in place and the packages installed without problem.

from puppet-cloudera.

razorsedge avatar razorsedge commented on July 17, 2024

Sorry I have not gotten to this sooner. I have been a little bit busy.

How are you calling the classes? Are you using something like this?

class { 'cloudera':
  cm_server_host => 'smhost.example.com',
} ->
class { 'cloudera::cm::server': }

from puppet-cloudera.

razorsedge avatar razorsedge commented on July 17, 2024

For folks that do not use dependency chaining, this may be solved in ce770f4.

from puppet-cloudera.

razorsedge avatar razorsedge commented on July 17, 2024

Deployed to the Forge in release 0.9.2.

from puppet-cloudera.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.