This module will help you setup HDP's report processor on a PE Primary or Compiler. It will also help you setup a node to host the HDP application stack.
There are two parts to getting started with HDP:
- Setting up a node to run HDP itself (
hdp::app_stack
) - Configuring your PE Master and any Compilers to send data to HDP (
hdp::report_processor
)
This module will modify the puppet.conf configuration of any master or compiler that it is applied to. Additionally, it will install and configure Docker on the node running HDP.
HDP only works with Puppet Enterprise.
See REFERENCE.md for example usage.
A custom fact named hdp-health
is included as part of this module. It is a structured fact that returns information about the currently running instance of HDP.
Also, if this module is installed on a node, an hdp
fact is included that will collect unmanaged resource information, but not land in PuppetDB.
This module is documented via pdk bundle exec puppet strings generate --format markdown
. Please see REFERENCE.md for more info.
CHANGELOG.md is generated prior to each release via pdk bundle exec rake changelog
. This process relies on labels that are applied to each pull request.