GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2908
[HOTFIX] Fix ClassCastException when reading interpreter.json ### What is this PR for? Fix the bug reported in https://github.com/apache/zeppelin/commit/b49b3f46f91d06c4d497f8f11cbc334fd480e539#commitcomment-28397460 ### What type of PR is it? [Hot Fix ] ### 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 You can merge this pull request into a Git repository by running: $ git pull https://github.com/zjffdu/zeppelin HOTFIX_MASTER Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2908.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2908 ---- commit 5f1dc41d9e409d4ab4ad395fcc9f093ff3d5b32a Author: Jeff Zhang <zjffdu@...> Date: 2018-04-04T01:51:33Z [HOTFIX] Fix ClassCastException when reading interpreter.json ---- ---