Skip to content

Commit

Permalink
Add overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreYang committed Mar 6, 2020
1 parent 7931c4e commit a5412a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion hive/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ files:
options:
- template: instances/jmx
overrides:
port.example: 8686
host.description: HiveServer2 or Hive Metastore JMX host to connect to.
port.example: 8809
port.description: HiveServer2 or Hive Metastore JMX port to connect to.
- template: instances/default
- template: logs
example:
Expand Down
4 changes: 2 additions & 2 deletions hive/datadog_checks/hive/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ init_config:
instances:

## @param host - string - required
## JMX hostname to connect to.
## HiveServer2 or Hive Metastore JMX host to connect to.
#
- host: localhost

## @param port - integer - required
## JMX port to connect to.
## HiveServer2 or Hive Metastore JMX port to connect to.
#
port: 8686

Expand Down

0 comments on commit a5412a7

Please sign in to comment.