Uh oh!
There was an error while loading. Please reload this page.
Add force layout visualization in paragraphs for SQL queries - #1135
Add force layout visualization in paragraphs for SQL queries#1135davidtzoor wants to merge 8 commits into
Conversation
davidtzoor
commented
Jul 7, 2016
@AhyoungRyu I did exactly as you told me, and all of the other commits were added to my PR. I undid the push and went back to the original commit of the pull request. Can you please advise? thanks |
AhyoungRyu
commented
Jul 11, 2016
@davidtzoor Oh sorry for my late response. Did you fetch the latest version of upstream Then check then try to fix the conflict. |
corneadoug
commented
Jul 11, 2016
You might also need |
davidtzoor
commented
Jul 11, 2016
@corneadoug are the build errors due to my code? |
corneadoug
commented
Jul 11, 2016
@davidtzoor No the CI is fine |
davidtzoor
commented
Jul 12, 2016
@corneadoug so is my PR ok? |
davidtzoor
commented
Jul 20, 2016
hi @corneadoug any update on this PR? I am sorry to poke you it. Just wanted to know if there something else I need to do. Thanks 👍 |
corneadoug
commented
Aug 17, 2016
@davidtzoor sorry for the long wait, I was trying to finish a few things before looking closer into this PR. There was another visualization that got merged, so you will have to rebase. Can you also provide a few things to make it easier for me to review:
Then I should be able to test it out, and give some feedback to have it merged |
davidtzoor
commented
Aug 17, 2016
@corneadoug great! I will get it done by end of day and update you. |
corneadoug
commented
Aug 19, 2016
@davidtzoor Take your time, just ping me when its done |
davidtzoor
commented
Aug 21, 2016
@corneadoug I have rebased, added the test data, instructions and data model above. Please let me know what you think |
davidtzoor
commented
Sep 26, 2016
@corneadoug any update on my PR? looking forward to your feedback |
close#83close#86close#125close#133close#139close#146close#193close#203close#246close#262close#264close#273close#291close#299close#320close#347close#389close#413close#423close#543close#560close#658close#670close#728close#765close#777close#782close#783close#812close#822close#841close#843close#878close#884close#918close#989close#1076close#1135close#1187close#1231close#1304close#1316close#1361close#1385close#1390close#1414close#1422close#1425close#1447close#1458close#1466close#1485close#1492close#1495close#1497close#1536close#1545close#1561close#1577close#1600close#1603close#1678close#1695close#1739close#1748close#1765close#1767close#1776close#1783close#1799
What is this PR for?
Add force layout (graph) visualization to the existing set of visualizations in Zeppelin Web notp.
What type of PR is it?
[Feature]
PR description
data model used by the graph:
node.nameis the unique identifier of a node, thegroupdetermines the color of the node.link.source/targetare the start and end points of the edges of the graph, based on thenodesnames.What is the Jira issue?
[ZEPPELIN-1011]
How should this be tested?
Run the following 2 code samples in a paragraph to generate the data set in the context:
now run the following to get the data set:
%sql select * from exampleand finally choose the source and destination columns to generate the graph:

Screenshot
Questions:
No.
No.
We can add some documentation explaining about the different fields that need to be selected in order to generate the force layout component.