Re: Retry mechanism is invalid when build with spark

2019-02-28 Thread Chao Long
: "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

[jira] [Created] (KYLIN-3838) retry mechanism is invalid when build with spark

2019-02-28 Thread Chao Long (JIRA)
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

Retry mechanism is invalid when build with spark

2019-02-18 Thread mailpig
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