[
https://issues.apache.org/jira/browse/METRON-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16310078#comment-16310078
]
ASF GitHub Bot commented on METRON-1382:
----------------------------------------
Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/884#discussion_r159496039
--- Diff: metron-stellar/stellar-common/README.md ---
@@ -1377,7 +1377,7 @@ IS_EMAIL
To run the Stellar Shell directly from the Metron source code, run a
command like the following. Ensure that Metron has already been built and
installed with `mvn clean install -DskipTests`.
```
$ mvn exec:java \
- -Dexec.mainClass="org.apache.metron.stellar.common.shell.StellarShell" \
+
-Dexec.mainClass="org.apache.metron.stellar.common.shell.cli.StellarShell" \
--- End diff --
`StellarShell`, the main driver class for the CLI-based REPL, was moved to
its own package since it is only used by the CLI-based REPL. This separates
it from the other core classes that are used by **both** the Zeppelin and
CLI-based REPLs.
> 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)