[
https://issues.apache.org/jira/browse/SOLR-13088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joel Bernstein updated SOLR-13088:
----------------------------------
Description:
The Solr Zeppelin interpreter ([https://github.com/lucidworks/zeppelin-solr])
can already execute Streaming Expressions and therefore Math Expressions. The
*zplot* function will export the results of Solr Math Expressions in a format
the Solr Zeppelin interpreter can work with. This will allow results of Solr
Math Expressions to be plotted by *Apache Zeppelin.*
Sample syntax:
{code:java}
let(a=array(1,2,3),
b=array(4,5,6),
zplot(line1=a, line2=b, linec=array(7,8,9))){code}
was:
The Solr Zeppelin interpreter ([https://github.com/lucidworks/zeppelin-solr])
can already execute Streaming Expressions and therefore Math Expressions. The
*zplot* function will export the results of Solr Math Expressions in a format
the Solr Zeppelin interpreter can work with. This will allow Math Expressions
to be plotted by *Apache Zeppelin.*
Sample syntax:
{code:java}
let(a=array(1,2,3),
b=array(4,5,6),
zplot(line1=a, line2=b, linec=array(7,8,9))){code}
> Add zplot Stream Evaluator to plot math expressions in Apache Zeppelin
> ----------------------------------------------------------------------
>
> Key: SOLR-13088
> URL: https://issues.apache.org/jira/browse/SOLR-13088
> Project: Solr
> Issue Type: New Feature
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Joel Bernstein
> Assignee: Joel Bernstein
> Priority: Major
> Attachments: SOLR-13088.patch, SOLR-13088.patch, SOLR-13088.patch,
> Screen Shot 2018-12-21 at 5.53.18 PM.png, Screen Shot 2018-12-22 at 4.04.41
> PM.png
>
>
> The Solr Zeppelin interpreter ([https://github.com/lucidworks/zeppelin-solr])
> can already execute Streaming Expressions and therefore Math Expressions.
> The *zplot* function will export the results of Solr Math Expressions in a
> format the Solr Zeppelin interpreter can work with. This will allow results
> of Solr Math Expressions to be plotted by *Apache Zeppelin.*
> Sample syntax:
> {code:java}
> let(a=array(1,2,3),
> b=array(4,5,6),
> zplot(line1=a, line2=b, linec=array(7,8,9))){code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]