Hi, moon soo Lee Thanks for the reply. Where can I find the source code of displaying the tables/charts? Yes since the charting / table implementation is hard coded I plan to introduce a charting library and make visualization plug-gable. Then the user can plugin their visualization and use it from %sql /z.show().
On Wed, Apr 8, 2015 at 8:02 AM, moon soo Lee <[email protected]> wrote: > Hi, > > Zeppelin able to recognize and display as a chart any standard output that > record separated by newline, column separated by tab. Check 'Display as > Table, Chart' section in > http://zeppelin.incubator.apache.org/docs/display.html > > > Because of DataFrame is schema applied dataset, it can be printed to using > %table. so, > > z.show(dataframeObject) > > will print data in standard out, as > > %table > c1 c2 c3 > v1 v2 v3 > ..... > > And then, Zeppelin prints it as a chart/table. > > About GSoC project, Chart/table implementation is currently hardcoded in > Zeppelin source code. > It'll be good if user can plugin their visualization and use it from %sql / > z.show(). > > > On Wed, Apr 8, 2015 at 2:28 AM madhuka udantha <[email protected]> > wrote: > > > Hi, > > > > Since the GSoC project I'm following includes charting and visualization > > techniques we can reuse the charting library I'm introducing to visualize > > the DataFrame. What are your ideas? > > > > On Tue, Apr 7, 2015 at 2:36 PM, Lee moon soo (JIRA) <[email protected]> > > wrote: > > > > > Lee moon soo created ZEPPELIN-32: > > > ------------------------------------ > > > > > > Summary: Visualize DataFrame > > > Key: ZEPPELIN-32 > > > URL: > https://issues.apache.org/jira/browse/ZEPPELIN-32 > > > Project: Zeppelin > > > Issue Type: New Feature > > > Reporter: Lee moon soo > > > > > > > > > Result of %sql is visualized as a table, chart. > > > If the same visualization can be applied to DataFrame, it'll be > usefull. > > > > > > Proposed form of api is z.show(df:DataFrame) > > > {code} > > > z.show(sqlContext.sql("...")) > > > {code} > > > > > > > > > > > > -- > > > This message was sent by Atlassian JIRA > > > (v6.3.4#6332) > > > > > > > > > > > -- > > Cheers, > > Madhuka Udantha > > http://madhukaudantha.blogspot.com > > > -- Cheers, Madhuka Udantha http://madhukaudantha.blogspot.com
