-
Notifications
You must be signed in to change notification settings - Fork 5
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
Create a complete introductory example #241
Comments
Thanks for the feedback! You're right, the tutorials are narrowed down to using the data source from an already set up Spark cluster with the library available etc. Just so I understand correctly - you're requesting a more thorough step-by-step guide for building and deploying Spark with the datasource available, or does this apply to the read/write examples as well? |
The read/write examples are probably fine. I'm guessing I'm not going to be the last person with no experience using Spark and Scala that will show up at this repo and want to test something out with data from CDF. |
As in a tutorial more about setting things up (installing the data source in Dataproc or other clusters) rather than the usage of it as explained in https://github.com/cognitedata/notebook-examples/blob/master/spark/tutorials/Cognite%20Spark%20data%20source%20tutorial.ipynb ? |
To be fair I did not find the tutorials until after posting this issue and talking to Emil. |
The current documentation takes a lot of knowledge for granted.
I would love it if this repo had a complete example with instructions that I could compile and run somewhere (dataproc for example).
Might build on/copy this:
https://cloud.google.com/dataproc/docs/tutorials/spark-scala
The text was updated successfully, but these errors were encountered: