[
https://issues.apache.org/jira/browse/METRON-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16319077#comment-16319077
]
ASF GitHub Bot commented on METRON-1382:
----------------------------------------
Github user nickwallen commented on the issue:
https://github.com/apache/metron/pull/884
> I didn't have to 'create' the stellar interpreter after starting, there
was already an entry, I think from the site config
That does not (should not) happen. It should only be there when after you
have created it in the UI.
Are you sure you haven't tried this a few times and either...
(1) There are left-over files in $ZEPPELIN_HOME between attempts
(2) Something is stored in browser cache, or even that...
(3) The Zeppelin instance was launched (and remains running) from one of
your first attempts?
When I was playing with this a few weeks ago and was seeing weird behavior,
I found that (3) was a problem for me. I either left the Zeppelin process
running accidentally or the stop script in Zeppelin does not work all the time.
I had to `ps -ef | grep Zep` and forcibly kill processes to make sure that the
process was running with the configuration I expected.
> Run Stellar in a Zeppelin Notebook
> ----------------------------------
>
> Key: METRON-1382
> URL: https://issues.apache.org/jira/browse/METRON-1382
> Project: Metron
> Issue Type: Improvement
> Reporter: Nick Allen
> Assignee: Nick Allen
>
> Create a Zeppelin interpreter that allows Stellar to run in a Zeppelin
> Notebook, the same way that it runs in the command-line driven REPL.
> This should include all of the Stellar "enhancements" available in the REPL
> that are not part of the core Stellar language including the following.
> * Variable assignment
> * Magics
> * Docstrings
> * Comments
> * quit
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)