Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update d3 on zeppelin example with external json #1

Open
stillalex opened this issue Mar 10, 2017 · 1 comment
Open

update d3 on zeppelin example with external json #1

stillalex opened this issue Mar 10, 2017 · 1 comment

Comments

@stillalex
Copy link

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

@nelsonjiao
Copy link

I am running trouble with d3 zappelin example too. (error of non recognized json) And I am not sure how to use the two lines. Can you please give more detail steps?

Thanks

Nelson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants