apache / incubator-livy

Apache Livy is an open source REST interface for interacting with Apache Spark from anywhere.
https://livy.apache.org/
Apache License 2.0
890 stars 602 forks source link

[LIVY-991][SERVER] Facing issues with the Livy UI Driver link #437

Closed RajshekharMuchandi closed 5 months ago

RajshekharMuchandi commented 1 year ago

What changes were proposed in this pull request?

Added conditional check on finished state to set driverlogUrl to null https://issues.apache.org/jira/browse/LIVY-991

How was this patch tested?

This patch is tested by adding 2 test cases. One for KILLED application state where both Spark UI URL and driver log url are displayed. Another for FINISHED application state where both Spark UI URL and driver log url are not displayed