----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24352/ -----------------------------------------------------------
Review request for hive and Brock Noland. Repository: hive-git Description ------- The POC code just printed exceptions to stderr. We should either: 1) LOG at INFO/WARN/ERROR 2) Or rethrow (perhaps wrapped in runtime exception) anything is a fatal error Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/exec/spark/KryoSerializer.java 20a1938 ql/src/java/org/apache/hadoop/hive/ql/exec/spark/SparkClient.java 358cbc7 Diff: https://reviews.apache.org/r/24352/diff/ Testing ------- Thanks, Chao Sun