nirav patel created ZEPPELIN-2198:
-------------------------------------
Summary: z.load call is not idempotent
Key: ZEPPELIN-2198
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2198
Project: Zeppelin
Issue Type: Bug
Components: front-end, Interpreters
Affects Versions: 0.6.2
Reporter: nirav patel
Running following paragraph second time result in ERROR with warning message.
However all subsequent paragraph works as dependency is already loaded. It
should not return ERROR status. It's causing issue in interpreting "all
paragraph status" api as this one is coming incorrectly as ERROR. My current
workaround is to ignore it with paragraph id but it's ugly.
%dep
z.load("org.scalanlp:chalk:1.3.0")
Must be used before SparkInterpreter (%spark) initialized
Hint: put this paragraph before any Spark code and restart Zeppelin/Interpreter
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)