Puppet Class: bigtop::mahout
- Defined in:
- modules/bigtop/manifests/mahout.pp
Overview
SPDX-License-Identifier: Apache-2.0
Class bigtop::mahout
Installs mahout package. You should only need to include this on nodes where users will run the mahout executable, i.e. client submission nodes.
6 7 8 9 10 |
# File 'modules/bigtop/manifests/mahout.pp', line 6
class bigtop::mahout {
package { 'mahout':
ensure => 'installed',
}
}
|