Skip to content

Conversation

@minahlee
Copy link
Contributor

@minahlee minahlee commented Mar 8, 2015

This PR introduces zeppelin scatter/bubble chart.

Here is the preview.
2015-03-08 2 16 02

@swkimme
Copy link
Contributor

swkimme commented Mar 8, 2015

Awesome! I'll test it!

On 2015년 3월 8일 (일) 14:18 minahlee [email protected] wrote:

This PR introduces zeppelin scatter/bubble chart.

Here is the preview.
[image: 2015-03-08 2 16 02]

https://cloud.githubusercontent.com/assets/8503346/6544654/c3a75302-c59d-11e4-99b0-3f080bc84ee4.png

You can view, comment on, or merge this pull request online at:

#375
Commit Summary

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#375.

@swkimme
Copy link
Contributor

swkimme commented Mar 9, 2015

I got some problem running this branch.
2015-03-09 3 11 56 pm

The animating feature could be the problem?

@swkimme
Copy link
Contributor

swkimme commented Mar 10, 2015

It was my mistake! I was building old scatter_chart branch.. I tested and works great!

@minahlee
Copy link
Contributor Author

Thx for the feedback! I was going to ask you how can I reproduce the error.
please let me know if another error pops up with new scatter chart branch :)

@swkimme
Copy link
Contributor

swkimme commented Mar 10, 2015

I have a suggestion.

Currently the chart is displaying group when I hover mouse on a point.
It will be cooler if we display size, too!

2015-03-10 4 28 00 pm

@minahlee
Copy link
Contributor Author

Actually that is what I wanted to do from the beginning, but I could not find solution...
I will dig into it more and add that feature in another PR if I find the way to do it!

@swkimme
Copy link
Contributor

swkimme commented Mar 10, 2015

Then it looks good to me! But we also need to write Typescript ver. codes for #321.
I can help you if you have problem writing Typescripts.

@minahlee
Copy link
Contributor Author

Ok I will merge this PR on #321 too.

@corneadoug
Copy link
Contributor

I know how to print value instead of group :)

@corneadoug
Copy link
Contributor

If the Size is not a valid type of value, we don't show the size

screen shot 2015-03-10 at 5 40 15 pm

If the Size is a valid type of value, we show the Size in the tooltip

screen shot 2015-03-10 at 5 39 56 pm

@swkimme
Copy link
Contributor

swkimme commented Mar 10, 2015

@corneadoug
You're the best!

@felixcheung
Copy link
Contributor

Cool - what's the best way to get test data to test this out? I see a SQL statement, so any table/SQL output would work?

@corneadoug
Copy link
Contributor

@felixcheung You can test it with any notebook you already have.
Scatter Chart is shown as an additional button on the visualization graph switch bar, it is on the far right of that bar.

@Leemoonsoo
Copy link
Contributor

Awesome Job! Looks great.

Can we merge it into master first and then create typescript version for #321?

@swkimme
Copy link
Contributor

swkimme commented Mar 11, 2015

@felixcheung
Try this!

import scala.util.Random

val rdd = sc.parallelize(0 to 100).map{
  x => 
  val r = new Random
  (r.nextInt(100), r.nextInt(100), r.nextInt(4), r.nextInt(5))
}
rdd.registerTempTable("test")

@swkimme
Copy link
Contributor

swkimme commented Mar 11, 2015

@Leemoonsoo
Sure, but at least I'd like to create an issue for that.

@Leemoonsoo
Copy link
Contributor

While issues are created for typescript, i'm merging it!

@swkimme
Copy link
Contributor

swkimme commented Mar 14, 2015

Let's merge it!

On 2015년 3월 14일 (토) 20:59 Lee moon soo [email protected] wrote:

While issues are created for typescript, i'm merging it!


Reply to this email directly or view it on GitHub
#375 (comment).

Leemoonsoo added a commit that referenced this pull request Mar 14, 2015
@Leemoonsoo Leemoonsoo merged commit 84ab7b5 into master Mar 14, 2015
@Leemoonsoo Leemoonsoo deleted the scatter_chart branch March 14, 2015 14:19
epahomov pushed a commit to epahomov/zeppelin that referenced this pull request Jul 23, 2016
This PR resolves https://issues.apache.org/jira/browse/ZEPPELIN-367 by synchronizing with secondary storage when reloading all notebooks into memory. Currently, existing `ZEPPELIN_NOTEBOOK_RELOAD_FROM_STORAGE` from apache/zeppelin#331 is used as a flag since these functionalities are correlated, however it can be separated into distinct flag as well.

Author: Khalid Huseynov <[email protected]>

Closes ZEPL#375 from khalidhuseynov/sync-on-list and squashes the following commits:

e2cf5d9 [Khalid Huseynov] minor fix
878a23e [Khalid Huseynov] initial working commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants