我第一次使用AWS中的作业,所以我的工作不起作用是很正常的,但是我看不到任何关于错误的细节日志,因为当我在“错误日志”链接或“日志”链接中单击时,我总是在AWS CloudWatch中得到以下消息:
* Log group does not exist
The specific log group: /aws-glue/jobs/error does not exist in this account or region.
* An error occurred while describing log streams.
c.substring is not a function我怎么能看到AWS胶水日志?AWS Glue不自动创建日志组吗?
发布于 2022-01-05 06:41:15
检查您的IAM角色是否附加了AWSGlueServiceRole策略,一旦您验证了在发生故障之前日志放置在正确的位置上。
https://stackoverflow.com/questions/63302288
复制相似问题