Client session timed out, have not heard from server in

2015-12-22 Thread yaoxiaohua
Hi, I encounter a similar question, spark1.4 Master2 run some days , then give a timeout exception, then shutdown. I found a bug : https://issues.apache.org/jira/browse/SPARK-9629 INFO ClientCnxn: Client session timed out, have not heard from server in 40015ms for sessionid

Re: Client session timed out, have not heard from server in

2015-12-22 Thread Yash Sharma
I encounter a similar question, spark1.4 > > Master2 run some days , then give a timeout exception, then shutdown. > > I found a bug : > > https://issues.apache.org/jira/browse/SPARK-9629 > > > > > INFO ClientCnxn: Client session timed out, have not heard from

RE: Client session timed out, have not heard from server in

2015-12-22 Thread yaoxiaohua
=hash -Dspark.yarn.max.executor.failures=9 -Dspark.worker.timeout=300" I just find log like this: INFO ClientCnxn: Client session timed out, have not heard from server in 40015ms for sessionid 0x351c416297a145a, closing socket connection and attempting reconnect Before spark2 mast

Re: Client session timed out, have not heard from server in

2015-12-22 Thread Dirceu Semighini Filho
y_logs > -Dspark.shuffle.spill=false -Dspark.shuffle.manager=hash > -Dspark.yarn.max.executor.failures=9 -Dspark.worker.timeout=300" > > > > I just find log like this: > > > INFO ClientCnxn: Client session timed out, have not heard from server in > 40015ms for

Re: Client session timed out, have not heard from server in

2015-12-22 Thread Yash Sharma
e >> -Dspark.eventLog.dir=hdfs://sparkcluster/user/spark_history_logs >> -Dspark.shuffle.spill=false -Dspark.shuffle.manager=hash >> -Dspark.yarn.max.executor.failures=99999 -Dspark.worker.timeout=300" >> >> >> >> I just find log like this: >>