spark-instrumented-optimizer/core
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
..
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-12065] Upgrade Tachyon from 0.8.1 to 0.8.2 2015-12-01 11:49:20 -08:00