Commit 6fc3057
committed
[MINOR] Verify appId is not null in LivyInterpreterIT
### What is this PR for?
Someone complain that they could not get appId, this PR just try to verify appId returned by livy rest api is not null.
### What type of PR is it?
[Improvement]
### Todos
* [ ] - Task
### What is the Jira issue?
* No jira created
### How should this be tested?
* CI pass
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Author: Jeff Zhang <[email protected]>
Closes #2999 from zjffdu/minor_livy and squashes the following commits:
eae0cf5 [Jeff Zhang] [MINOR] Verify appId is null in LivyInterpreterIT1 parent 48647e5 commit 6fc3057
File tree
1 file changed
+2
-1
lines changed- livy/src/test/java/org/apache/zeppelin/livy
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
| 499 | + | |
499 | 500 | | |
500 | 501 | | |
501 | 502 | | |
| |||
0 commit comments