Are there ways to get glue output and error logs using java2 sdk?

0

I have looked at the glue java packages and couldn't find any. Thx.

acxjlau
asked 2 months ago67 views
1 Answer
2
Accepted Answer

To retrieve Glue job logs and errors programmatically using the AWS Glue Java SDK, you can use the AWS SDK for Java's CloudWatchLogsClient to interact with CloudWatch Logs, where Glue logs are typically stored (/aws-glue/jobs/logs-v2/).

profile picture
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed a month ago
profile pictureAWS
EXPERT
reviewed 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions