简体   繁体   English

Putty 会话超时后 Apache Pig 进程被终止

[英]Apache Pig Process Killed After Putty Session timeout

i launched a pig process over a folder of 71 GB in putty .我在 putty 中的 71 GB 文件夹上启动了一个 pig 进程。 after 45 minutes,the putty session gives "software connection abort" and then on job tracker the pig job status is "killed". 45 分钟后,腻子会话给出“软件连接中止”,然后在作业跟踪器上,猪作业状态为“已终止”。

I tried increasing the session timeout of putty(Seconds between keppalives:1800),but no help.我尝试增加腻子的会话超时(keppalives 之间的秒数:1800),但没有帮助。

Please suggest if i am going in right direction and that my concern regarding session timeout affecting pig job is correct or not.请建议我是否朝着正确的方向前进,以及我对影响猪工作的会话超时的担忧是否正确。

also is there any other way to launch pig job apart from putty.除了腻子之外,还有没有其他方法可以启动猪工作。 I have cloudera on a 8 node cluster.我在 8 节点集群上有 cloudera。

You should use the Shell command "screen".您应该使用 Shell 命令“屏幕”。 So you could now even shutdown your computer then reconnect to the distant computer and use screen -r in order to find the id of the screen in which you started your pig :)因此,您现在甚至可以关闭计算机,然后重新连接到远程计算机并使用 screen -r 来查找启动猪的屏幕的 ID :)

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM