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
質問済み 3ヶ月前74ビュー
1回答
2
承認された回答

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
エキスパート
回答済み 3ヶ月前
profile picture
エキスパート
レビュー済み 2ヶ月前
profile pictureAWS
エキスパート
レビュー済み 3ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ