Zeppelin imports ZeppelinContext object in spark interpreter using which
you can plot dataframe,dataset and even rdd.To do so you just need to use
"z.show(df)" in the paragraph (here df is the Dataframe which you want to
plot)


Regards,
Sachin Janani

On Mon, Sep 12, 2016 at 11:20 AM, andy petrella <andy.petre...@gmail.com>
wrote:

> Heya, probably worth giving the Spark Notebook
> <https://github.com/andypetrella/spark-notebook/> a go then.
> It can plot any scala data (collection, rdd, df, ds, custom, ...), all are
> reactive so they can deal with any sort of incoming data. You can ask on
> the gitter <https://gitter.im/andypetrella/spark-notebook> if you like.
>
> hth
> cheers
>
> On Sun, Sep 11, 2016 at 11:12 PM Mich Talebzadeh <
> mich.talebza...@gmail.com> wrote:
>
>> Hi,
>>
>> Zeppelin is getting better.
>>
>> In its description it says:
>>
>> [image: image.png]
>>
>> So far so good. One feature that I have not managed to work out is
>> creating plots with Spark functional programming. I can get SQL going by
>> connecting to Spark thrift server and you can plot the results
>>
>> [image: image.png]
>>
>> However, if I wrote that using functional programming I won't be able to
>> plot it. the plot feature is not available.
>>
>> Is this correct or I am missing something?
>>
>> Thanks
>>
>> Dr Mich Talebzadeh
>>
>>
>>
>> LinkedIn * 
>> https://www.linkedin.com/profile/view?id=AAEAAAAWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw
>> <https://www.linkedin.com/profile/view?id=AAEAAAAWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>*
>>
>>
>>
>> http://talebzadehmich.wordpress.com
>>
>>
>> *Disclaimer:* Use it at your own risk. Any and all responsibility for
>> any loss, damage or destruction of data or any other property which may
>> arise from relying on this email's technical content is explicitly
>> disclaimed. The author will in no case be liable for any monetary damages
>> arising from such loss, damage or destruction.
>>
>>
>>
> --
> andy
>

Reply via email to