简体   繁体   中英

Apache Pig Process Killed After Putty Session timeout

i launched a pig process over a folder of 71 GB in putty . after 45 minutes,the putty session gives "software connection abort" and then on job tracker the pig job status is "killed".

I tried increasing the session timeout of putty(Seconds between keppalives:1800),but no help.

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.

You should use the Shell command "screen". 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 :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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