Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI apache#3949] Print the simple batch report if no log fetch to…
… prevent misunderstand ### _Why are the changes needed?_ With yarn-cluster mode, if `spark.yarn.submit.waitAppCompletion` is false and `kyuubi-ctl` wait completion is true, we need still print some simple batch report to prevent misunderstand. The batch report format refer spark-submit log. ``` Application report for <ApplicationID> (state: RUNNING) ``` ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes apache#3949 from turboFei/ctl_log. Closes apache#3949 8fbba0f [fwang12] keep same format with app state ea5597f [fwang12] print appId d6d839c [fwang12] Print the simple batch report if no log fetch bb908b1 [fwang12] log batch state if there is no log Authored-by: fwang12 <fwang12@ebay.com> Signed-off-by: fwang12 <fwang12@ebay.com>
- Loading branch information