Skip to content

update d3 on zeppelin example with external json #1

Open
@stillalex

Description

@stillalex

First off, thanks for the examples! for me it was a perfect way of building a small POC.

It would be nice if you could update the d3 zeppelin example to show how to use an external json, I found that to be a bit tricky to get right (even though it's a 2 liner):

val dataS3 = spark.read.json("s3://bucket/file.json")
val data = dataS3.toJSON.head

I could also go for a pull request if you want.

thanks again,
alex

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions