Skip to content

Commit

Permalink
Update dataproc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aboitreaud committed Jan 23, 2025
1 parent 6f32599 commit 5e4d472
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/fleet/installer/setup/djm/dataproc.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func SetupDataproc(s *common.Setup) error {
_, err := executeCommandWithTimeout(s, "sudo", "usermod", "-aG", "yarn", "dd-agent")
if err != nil {
log.Warnf("error changing permission group for log file, dd-agent won't have access to Dataproc logs: %v", err)
return nil
}
s.Config.DatadogYAML.LogsEnabled = true
sparkIntegration.Logs = dataprocLogs
Expand Down

0 comments on commit 5e4d472

Please sign in to comment.