Skip to content

Commit

Permalink
doc updates, added link to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCanali committed Aug 3, 2018
1 parent 0f9b5df commit 622e786
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,15 @@ Spark executors task metrics data.
* Spark DataFrame and SQL are used to further process metrics data for example to generate reports.
* Metrics data and reports can be saved for offline analysis.

### Getting-started examples of sparkMeasure usage
### Getting started examples of sparkMeasure usage

1. Link to an [example Python_Jupyter Notebook](examples/SparkMeasure_Jupyer_Python_getting_started.ipynb)

2. An [example Scala notebook on Databricks' platform](https://databricks-prod-cloudfront.cloud.databricks.com/public/4027ec902e239c93eaaa8714f173bcfc/2061385495597958/2729765977711377/442806354506758/latest.html)

3. An example using Scala REPL:
2. Example notebooks on the Databricks platform (community edition):
[example Scala notebook on Databricks](https://databricks-prod-cloudfront.cloud.databricks.com/public/4027ec902e239c93eaaa8714f173bcfc/2061385495597958/2729765977711377/442806354506758/latest.html),
[example Python notebook on Databricks](https://databricks-prod-cloudfront.cloud.databricks.com/public/4027ec902e239c93eaaa8714f173bcfc/2061385495597958/3856830937265976/442806354506758/latest.html)

3. An example using Scala REPL/spark-shell:
```
bin/spark-shell --packages ch.cern.sparkmeasure:spark-measure_2.11:0.13
Expand Down
8 changes: 8 additions & 0 deletions examples/Example_Notebooks_Databricks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# sparkMeasure example notebooks

This is to link to two example notebooks that you can run with the Databricks community edition

- [example Scala notebook on Databricks](https://databricks-prod-cloudfront.cloud.databricks.com/public/4027ec902e239c93eaaa8714f173bcfc/2061385495597958/2729765977711377/442806354506758/latest.html),
- [example Python notebook on Databricks](https://databricks-prod-cloudfront.cloud.databricks.com/public/4027ec902e239c93eaaa8714f173bcfc/2061385495597958/3856830937265976/442806354506758/latest.html)


0 comments on commit 622e786

Please sign in to comment.