Glue 3.0出现SSE错误,但2.0没有

0

【以下的问题经过翻译处理】 使用write_dynamic_frame.from_options写入动态框架的相同作业在Glue 2.0中成功(像往常一样),但在将版本更改为Glue 3.0时,出现以下错误消息而失败。有人遇到过这个问题并找到了原因或解决方法吗?

An error occurred while calling o90.pyWriteDynamicFrame. java.io.IOException: Unknown Server Side Encryption algorithm aws:kms

profile picture
전문가
질문됨 6달 전41회 조회
1개 답변
0

【以下的回答经过翻译处理】 我遇到了同样的问题。对我来说,解决方案是在读取文件时从使用"s3a" URI模式切换到只使用"s3"。 df = spark.read.json('s3a://...')

改写成这样:

df = spark.read.json('s3://...')

profile picture
전문가
답변함 6달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠