[jira] [Commented] (SOLR-13088) Add zplot Stream Evaluator to plot math expressions in Apache Zeppelin

2019-01-29 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/SOLR-13088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16755604#comment-16755604
 ] 

ASF subversion and git services commented on SOLR-13088:


Commit a10a989263dc2469f8b4fd6d656cc999ec508533 in lucene-solr's branch 
refs/heads/master from Joel Bernstein
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=a10a989 ]

SOLR-13088: Update CHANGES.txt


> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-13088) Add zplot Stream Evaluator to plot math expressions in Apache Zeppelin

2019-01-29 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/SOLR-13088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16755613#comment-16755613
 ] 

ASF subversion and git services commented on SOLR-13088:


Commit 235db293d5bf9aa1862cafabe1697ad2d85ce6ef in lucene-solr's branch 
refs/heads/branch_8_0 from Joel Bernstein
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=235db29 ]

SOLR-13088: Update CHANGES.txt


> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-13088) Add zplot Stream Evaluator to plot math expressions in Apache Zeppelin

2019-01-29 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/SOLR-13088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16755611#comment-16755611
 ] 

ASF subversion and git services commented on SOLR-13088:


Commit 767f1be7d545bc0bdcc37ab7613c3f0356c5498d in lucene-solr's branch 
refs/heads/branch_7_7 from Joel Bernstein
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=767f1be ]

SOLR-13088: Update CHANGES.txt


> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-13088) Add zplot Stream Evaluator to plot math expressions in Apache Zeppelin

2019-01-29 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/SOLR-13088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16755612#comment-16755612
 ] 

ASF subversion and git services commented on SOLR-13088:


Commit d4342c4d78f0fb1aede10084ad9f7fcc3c408e37 in lucene-solr's branch 
refs/heads/branch_8x from Joel Bernstein
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=d4342c4 ]

SOLR-13088: Update CHANGES.txt


> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-13088) Add zplot Stream Evaluator to plot math expressions in Apache Zeppelin

2019-01-29 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/SOLR-13088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16755608#comment-16755608
 ] 

ASF subversion and git services commented on SOLR-13088:


Commit 880ef35c218a7ed542cdf6b2f08389cc7f2de632 in lucene-solr's branch 
refs/heads/branch_7x from Joel Bernstein
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=880ef35 ]

SOLR-13088: Update CHANGES.txt


> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-13088) Add zplot Stream Evaluator to plot math expressions in Apache Zeppelin

2018-12-27 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/SOLR-13088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16729838#comment-16729838
 ] 

ASF subversion and git services commented on SOLR-13088:


Commit c236ad8a18a6d48a5d1be321fe22865052929064 in lucene-solr's branch 
refs/heads/branch_7x from Joel Bernstein
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=c236ad8 ]

SOLR-13088: Add zplot Stream Evaluator to plot math expressions in Apache 
Zeppelin


> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-13088) Add zplot Stream Evaluator to plot math expressions in Apache Zeppelin

2018-12-27 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/SOLR-13088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16729825#comment-16729825
 ] 

ASF subversion and git services commented on SOLR-13088:


Commit d018cd18f4470982ffae6e7ff6c7de3ad868bec3 in lucene-solr's branch 
refs/heads/master from Joel Bernstein
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=d018cd1 ]

SOLR-13088: Add zplot Stream Evaluator to plot math expressions in Apache 
Zeppelin


> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-13088) Add zplot Stream Evaluator to plot math expressions in Apache Zeppelin

2018-12-21 Thread Joel Bernstein (JIRA)


[ 
https://issues.apache.org/jira/browse/SOLR-13088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16727120#comment-16727120
 ] 

Joel Bernstein commented on SOLR-13088:
---

Full power of Math Expressions inside of Zeppelin. zplot formats the output so 
Zeppelin can plot. Here is a sample expression:
{code:java}
let(r=random(collection1, q="*:*", fl="response_d, filesize_d", rows="500"),
x=col(r, filesize_d),
y=col(r, response_d),
s=pairSort(x,y),
zplot(x=rowAt(s, 0), y=rowAt(s,1))){code}
The example above takes a random sample, extracts to vectors, pair sorts the 
vectors and then formats the vectors for output with zplot. I'll attach a 
screenshot of the result.

> 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, Screen Shot 2018-12-21 at 3.01.55 
> PM.png, Screen Shot 2018-12-21 at 5.53.18 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 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-13088) Add zplot Stream Evaluator to plot math expressions in Apache Zeppelin

2018-12-21 Thread Eric Pugh (JIRA)


[ 
https://issues.apache.org/jira/browse/SOLR-13088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16727093#comment-16727093
 ] 

Eric Pugh commented on SOLR-13088:
--

Reading through this, is the idea that I could cut'n'paste a Streaming 
expression from the Solr Admin panel, paste it into Zeppelin, and get a great 
visualization?   Or do I need to tweak my streaming expression to incorporate 
the `zplot`?   What I want is to take my streaming expression, and get a great 
visualization in Zeppelin..   Which might mean more logic in the Zeppelin 
visualization side?

> 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, Screen Shot 2018-12-21 at 3.01.55 
> 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 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org