Skip to content

Commit

Permalink
Update hadoop.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwilliams89 authored Aug 17, 2020
1 parent 29c20cb commit 5080162
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugins/hadoop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ parameters:
default: true
datanode_general_log_path:
label: DataNode General Log Path
description: The absolute path to the data node general logs. Simple globbing can be used to collect multiple log files
description: The absolute path to the data node general logs
type: string
default: "/usr/local/hadoop/logs/hadoop-*-datanode-*.log"
datanode_yarn_log_path:
label: DataNode Yarn Log Path
description: The absolute path to the data node general logs. Simple globbing can be used to collect multiple log files
description: The absolute path to the data node general logs
type: string
default: "/usr/local/hadoop/logs/yarn-*-datanode-*.log"
enable_resourcemgr_logs:
Expand All @@ -25,12 +25,12 @@ parameters:
default: true
resourcemgr_general_log_path:
label: ResourceManager General Log Path
description: The absolute path to the DataNode general logs. Simple globbing can be used to collect multiple log files
description: The absolute path to the DataNode general logs
type: string
default: "/usr/local/hadoop/logs/hadoop-*-resourcemgr-*.log"
resourcemgr_yarn_log_path:
label: ResourceManager Yarn Log Path
description: The absolute path to the ResourceManager general logs. Simple globbing can be used to collect multiple log files
description: The absolute path to the ResourceManager general logs
type: string
default: "/usr/local/hadoop/logs/yarn-*-resourcemgr-*.log"
enable_namenode_logs:
Expand All @@ -40,12 +40,12 @@ parameters:
default: true
namenode_general_log_path:
label: NameNode General Log Path
description: The absolute path to the NameNode general logs. Simple globbing can be used to collect multiple log files
description: The absolute path to the NameNode general logs
type: string
default: "/usr/local/hadoop/logs/hadoop-*-namenode-*.log"
namenode_yarn_log_path:
label: NameNode Yarn Log Path
description: The absolute path to the NameNode general logs. Simple globbing can be used to collect multiple log files
description: The absolute path to the NameNode general logs
type: string
default: "/usr/local/hadoop/logs/yarn-*-namenode-*.log"
start_at:
Expand Down

0 comments on commit 5080162

Please sign in to comment.