[
https://issues.apache.org/jira/browse/METRON-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16310486#comment-16310486
]
ASF GitHub Bot commented on METRON-1382:
----------------------------------------
Github user nickwallen commented on the issue:
https://github.com/apache/metron/pull/884
The problem is on the UI side of things; for both Zeppelin and the CLI.
When I get the result back from Stellar, I was using
`ConversionUtils.convert(value, String.class)` to get me a result that I can
display. `ConversionUtils` just gives you the first item back if you ask it to
convert a list to a String. Oops.
> 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)