GitHub user conker84 opened a pull request:

    https://github.com/apache/zeppelin/pull/2653

    [ZEPPELIN-3038] Network visualization not show "source" and "target" 
node/edge properties

    ### What is this PR for?
    The Network visualization not show "source" and "target" node/edge 
properties when the graph is flattened to create the table representation.
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [x] - Fixed
    
    ### What is the Jira issue?
    [ZEPPELIN-3038](https://issues.apache.org/jira/browse/ZEPPELIN-3038)
    
    ### How should this be tested?
    Please use this 
[notebook](https://gist.github.com/conker84/9574127c2389d08164423894aa93b67f)
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/conker84/zeppelin network-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/2653.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2653
    
----
commit 5eeabc2c5d194c9cb054420d9753ac6f5d468cc6
Author: Andrea Santurbano <sant...@gmail.com>
Date:   2017-11-05T11:36:11Z

    networkdata class now shows fields "source" and "target" + added test case
    moved the logic related to the visualization from networkdata to 
visualization-d3network
    added some optimization

commit 273c88f7d6ceb9295f4ea1cd61727007618a9932
Author: Andrea Santurbano <sant...@gmail.com>
Date:   2017-11-05T15:02:01Z

    added test on edges
    prevent double rendering

commit 44100c63a72f1b4c4a77f66afda36cfa489fa51c
Author: Andrea Santurbano <sant...@gmail.com>
Date:   2017-11-05T17:40:58Z

    Removed semicolons

----


---

Reply via email to