Description
The cancel method in LivyExecuteStatementOperation only clean the job's statement status in spark driver,actually the job is still running.The first cause is that there is no method to call driver to cancel sqlJob,the second is the statementId in sqlJob will cover the jobId of JobWrapper so that sqlJob can not be canceled.