GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/1317
[HOTFIX] Bring zeppelin-display back to dependency of spark interpreter module ### What is this PR for? problem reported http://apache-zeppelin-dev-mailing-list.75694.x6.nabble.com/Angular-Display-System-tp13740.html ### What type of PR is it? Hot Fix ### Todos * [x] - Bring zeppelin-display back to dependency of spark interpreter module ### What is the Jira issue? ### How should this be tested? Try import in the spark interpreter ``` import org.apache.zeppelin.display.angular.notebookscope._ import AngularElem._ ``` ### 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/Leemoonsoo/zeppelin display_system Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1317.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 #1317 ---- commit c275d1c1e765b319d3e02d419f85da0888e143fb Author: Lee moon soo <m...@apache.org> Date: 2016-08-10T14:25:15Z Add display-system back to the spark interpreter's dependency ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---