Re: How to fix ClosedChannelException

2019-05-16 Thread Bin Fan
Hi This *java.nio.channels.ClosedChannelException* is often caused by a connection timeout between your Spark executors and Alluxio workers. One simple and quick fix is to increase the timeout value to be larger alluxio.user.network.netty.timeout

How to fix ClosedChannelException

2019-05-09 Thread u9g
Hey, When I run Spark on Alluxio, I encounter the following error. How can I fix this? Thanks Lost task 63.0 in stage 0.0 (TID 63, 172.28.172.165, executor 7): java.io.lOException: java.util.concurrent.ExecutionExcep tion: java.nio.channels.ClosedC hannelException Best, Andy Li