【发布时间】:2019-01-16 15:30:30
【问题描述】:
我正在创建一个 EMR 集群,并使用 jupyter notebook 运行一些 spark 任务。 我的任务在执行大约 1 小时后终止,错误是:
An error was encountered:
Invalid status code '400' from https://xxx.xx.x.xxx:18888/sessions/0/statements/20 with error payload: "requirement failed: Session isn't active."
我的理解是它与 Livy config livy.server.session.timeout 有关,但我不知道如何在集群的引导程序中设置它(我需要在引导程序中进行设置,因为集群是使用没有 ssh 访问)
提前非常感谢
【问题讨论】:
标签: configuration amazon-emr livy