incubator-livy
incubator-livy copied to clipboard
Fix java language level issues
What changes were proposed in this pull request?
- Replace String.indexOf() calls with String.contains() method for improved readability
- Remove unnecessary explicit type parameters
- Replace try-finally statement with try-with-resources
- Replace Anonymous types with lambda