简体   繁体   English

AWS GlueJob 错误 - 命令失败,退出代码为 137

[英]AWS GlueJob Error - Command failed with exit code 137

I am executing a AWS-Gluejob with python shell.我正在使用 python shell 执行 AWS-Gluejob。 It fails inconsistently with the error " Command failed with exit code 137 " and executes perfectly fine with no changes sometimes.它与错误“命令失败,退出代码 137 ”不一致地失败,并且执行得很好,有时没有任何变化。

What does this error signify?这个错误意味着什么? Are there any changes we can do in the job configuration to handle the same?我们可以在作业配置中做任何更改来处理相同的问题吗?

Error Screenshot错误截图

Adding the worker type to the Job Properties will resolve the issue.Based on the file size please select the worker type as below:将工作人员类型添加到工作属性将解决问题。请根据文件大小选择工作人员类型,如下所示:

  • Standard – When you choose this type, you also provide a value for Maximum capacity.标准 – 选择此类型时,您还提供了最大容量值。 Maximum capacity is the number of AWS Glue data processing units (DPUs) that can be allocated when this job runs.最大容量是在此作业运行时可以分配的 AWS Glue 数据处理单元 (DPU) 的数量。 A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. DPU 是处理能力的相对度量,由 4 个 vCPU 的计算能力和 16 GB 的内存组成。 The Standard worker type has a 50 GB disk and 2 executors. Standard worker 类型有一个 50 GB 的磁盘和 2 个执行器。
  • G.1X – When you choose this type, you also provide a value for Number of workers. G.1X – 当您选择这种类型时,您还提供了工人数量的值。 Each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker.每个 worker 映射到 1 个 DPU(4 个 vCPU,16 GB 内存,64 GB 磁盘),并为每个 worker 提供 1 个 executor。 We recommend this worker type for memory-intensive jobs.我们建议将此工作器类型用于内存密集型作业。
  • G.2X – When you choose this type, you also provide a value for Number of workers. G.2X – 当您选择这种类型时,您还提供了工人数量的值。 Each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker.每个 worker 映射到 2 个 DPU(8 个 vCPU,32 GB 内存,128 GB 磁盘),并为每个 worker 提供 1 个 executor。 We recommend this worker type for memory-intensive jobs and jobs that run ML transforms.我们建议将此工作器类型用于内存密集型作业和运行 ML 转换的作业。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Linker 命令失败,退出代码为 1 -- Firebase - Linker command failed with exit code 1 -- Firebase Pip 在 Mac OS 上安装出现错误:命令“/usr/bin/clang”失败,退出代码为 1 - Pip install on Mac OS gets error: command '/usr/bin/clang' failed with exit code 1 当至少一个 Cypress 测试失败时,在 AWS CodeBuild 中获取“COMMAND_EXECUTION_ERROR ... 原因:退出状态 1” - Getting "COMMAND_EXECUTION_ERROR ... Reason: exit status 1" in AWS CodeBuild when at least one Cypress test has failed IOS 应用构建问题:命令 CodeSign 失败,退出代码非零 - IOS App Build issue: Command CodeSign failed with a nonzero exit code 异常:Gradle 任务 assembleDebug 失败,退出代码 1 和 dart:html 错误 - Exception: Gradle task assembleDebug failed with exit code 1 and dart:html Error 完成错误:Gradle 任务 assembleDebug 失败,退出代码为 1 - Finished with error: Gradle task assembleDebug failed with exit code 1 构建失败 - 在 AWS Amplify 中“npm 构建”后检测到非零退出代码 - Build Failed - Non-Zero Exit Code Detected after 'npm build' in AWS Amplify GITLAB CI 加载密钥“/dev/fd/63”时出错:格式无效错误:作业失败:退出代码 1 - GITLAB CI Error loading key "/dev/fd/63": invalid format ERROR: Job failed: exit code 1 Python GIT 结帐失败,原因是:退出代码(1) - Python GIT CHeckout failed due to: exit code(1) Gradle 任务 assembleDebug 失败,退出代码为 1 flutter - Gradle task assembleDebug failed with exit code 1 flutter
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM