spark-instrumented-optimizer/repl
Marcelo Vanzin 2782818287 [SPARK-12350][CORE] Don't log errors when requested stream is not found.
If a client requests a non-existent stream, just send a failure message
back, without logging any error on the server side (since it's not a
server error).

On the executor side, avoid error logs by translating any errors during
transfer to a `ClassNotFoundException`, so that loading the class is
retried on a the parent class loader. This can mask IO errors during
transmission, but the most common cause is that the class is not
served by the remote end.

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes #10337 from vanzin/SPARK-12350.
2015-12-18 09:49:08 -08:00
..
scala-2.10/src [SPARK-11563][CORE][REPL] Use RpcEnv to transfer REPL-generated classes. 2015-12-10 13:26:30 -08:00
scala-2.11/src [SPARK-11563][CORE][REPL] Use RpcEnv to transfer REPL-generated classes. 2015-12-10 13:26:30 -08:00
src [SPARK-12350][CORE] Don't log errors when requested stream is not found. 2015-12-18 09:49:08 -08:00
pom.xml [SPARK-6152] Use shaded ASM5 to support closure cleaning of Java 8 compiled classes 2015-11-11 11:16:39 -08:00