: "mailpig";
Date: Mon, Feb 18, 2019 05:40 PM
To: "dev";
Subject: Retry mechanism is invalid when build with spark
In kylin-2.5.2, retry mechanism is invalid when build with spark.
In SparkExecutable, when spark app runing failed, it while return a result
with -1. Then, the functio
Chao Long created KYLIN-3838:
Summary: retry mechanism is invalid when build with spark
Key: KYLIN-3838
URL: https://issues.apache.org/jira/browse/KYLIN-3838
Project: Kylin
Issue Type: Bug
In kylin-2.5.2, retry mechanism is invalid when build with spark.
In SparkExecutable, when spark app runing failed, it while return a result
with -1. Then, the function dowork will return a ExecuteResult without a
Throwable object, it's null. source code is:
@SuppressWar