Skip to content

Commit

Permalink
fix log location
Browse files Browse the repository at this point in the history
  • Loading branch information
aboitreaud committed Jan 22, 2025
1 parent f21c9ea commit 028732a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/fleet/installer/setup/djm/dataproc.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ var (
dataprocLogs = []common.IntegrationConfigLogs{
{
Type: "file",
Path: "/var/log/hadoop-yarn/containers/*/*/stdout",
Path: "/var/log/hadoop-yarn/userlogs/*/*/stdout",
Source: "worker_logs",
Service: "hadoop-yarn",
Tags: "log_source:stdout",
},
{
Type: "file",
Path: "/var/log/hadoop-yarn/containers/*/*/stderr",
Path: "/var/log/hadoop-yarn/userlogs/*/*/stderr",
Source: "worker_logs",
Service: "hadoop-yarn",
Tags: "log_source:stderr",
Expand Down

0 comments on commit 028732a

Please sign in to comment.