Guest User

Untitled

a guest
Dec 16th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.76 KB | None | 0 0
  1. 15/12/16 10:28:12 ERROR ExecutorClassLoader: Failed to check existence of class ByteBuffer on REPL class server at spark://172.18.128.12:51675/classes
  2. java.nio.channels.AsynchronousCloseException
  3. at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:205)
  4. at sun.nio.ch.SourceChannelImpl.read(SourceChannelImpl.java:173)
  5. at org.apache.spark.rpc.netty.NettyRpcEnv$FileDownloadChannel$$anonfun$1.apply$mcI$sp(NettyRpcEnv.scala:367)
  6. at org.apache.spark.rpc.netty.NettyRpcEnv$FileDownloadChannel$$anonfun$1.apply(NettyRpcEnv.scala:367)
  7. at org.apache.spark.rpc.netty.NettyRpcEnv$FileDownloadChannel$$anonfun$1.apply(NettyRpcEnv.scala:367)
  8. at scala.util.Try$.apply(Try.scala:161)
  9. at org.apache.spark.rpc.netty.NettyRpcEnv$FileDownloadChannel.read(NettyRpcEnv.scala:367)
  10. at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
  11. at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
  12. at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
  13. at java.io.InputStream.read(InputStream.java:101)
  14. at org.apache.spark.repl.ExecutorClassLoader.readAndTransformClass(ExecutorClassLoader.scala:194)
  15. at org.apache.spark.repl.ExecutorClassLoader.findClassLocally(ExecutorClassLoader.scala:153)
  16. at org.apache.spark.repl.ExecutorClassLoader.findClass(ExecutorClassLoader.scala:80)
  17.  
  18. 15/12/16 10:28:12 ERROR TransportRequestHandler: Error opening stream /classes/ByteOrder.class for request from /172.18.128.12:42236
  19. java.lang.IllegalArgumentException: requirement failed: File not found: /classes/ByteOrder.class
  20. at scala.Predef$.require(Predef.scala:233)
  21. at org.apache.spark.rpc.netty.NettyStreamManager.openStream(NettyStreamManager.scala:60)
  22. at org.apache.spark.network.server.TransportRequestHandler.processStreamRequest(TransportRequestHandler.java:136)
  23. at org.apache.spark.network.server.TransportRequestHandler.handle(TransportRequestHandler.java:106)
  24. at org.apache.spark.network.server.TransportChannelHandler.channelRead0(TransportChannelHandler.java:104)
  25. at org.apache.spark.network.server.TransportChannelHandler.channelRead0(TransportChannelHandler.java:51)
  26. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
  27. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  28. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  29. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:266)
  30. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  31. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  32. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
  33. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  34. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  35. at org.apache.spark.network.util.TransportFrameDecoder.channelRead(TransportFrameDecoder.java:86)
  36. 15/12/16 10:28:12 ERROR NettyRpcEnv: Error downloading stream /classes/org/apache/spark/sql/catalyst/expressions/GeneratedClass.class.
  37. java.lang.RuntimeException: java.lang.IllegalArgumentException: requirement failed: File not found: /classes/org/apache/spark/sql/catalyst/expressions/GeneratedClass.class
  38. at scala.Predef$.require(Predef.scala:233)
  39. at org.apache.spark.rpc.netty.NettyStreamManager.openStream(NettyStreamManager.scala:60)
  40. at org.apache.spark.network.server.TransportRequestHandler.processStreamRequest(TransportRequestHandler.java:136)
  41. at org.apache.spark.network.server.TransportRequestHandler.handle(TransportRequestHandler.java:106)
  42. at org.apache.spark.network.server.TransportChannelHandler.channelRead0(TransportChannelHandler.java:104)
  43. at org.apache.spark.network.server.TransportChannelHandler.channelRead0(TransportChannelHandler.java:51)
  44. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
  45. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  46. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  47. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:266)
  48. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  49. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  50. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
  51. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  52. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  53. at org.apache.spark.network.util.TransportFrameDecoder.channelRead(TransportFrameDecoder.java:86)
  54. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
  55. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
  56. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
  57. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
  58. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
  59. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
  60. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
  61. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
Advertisement
Add Comment
Please, Sign In to add comment