Closed RajshekharMuchandi closed 5 months ago
Added conditional check on finished state to set driverlogUrl to null https://issues.apache.org/jira/browse/LIVY-991
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
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