Skip to content

Commit 80b8573

Browse files
committed
Upade Colab example to use Scala 2.13 and Spark 4
1 parent 18c994b commit 80b8573

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/SparkMeasure_Jupyter_Colab_Example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"![sparkMeasure architecture diagram](https://github.com/LucaCanali/sparkMeasure/raw/master/docs/sparkMeasure_architecture_diagram.png)\n",
3030
"\n",
3131
"Author and contact: Luca.Canali@cern.ch \n",
32-
"Last updated: August 2025"
32+
"Last updated: February 2026"
3333
]
3434
},
3535
{
@@ -65,7 +65,7 @@
6565
" .builder\n",
6666
" .master(\"local[*]\")\n",
6767
" .appName(\"Test sparkmeasure instrumentation of Python/PySpark code\")\n",
68-
" .config(\"spark.jars.packages\",\"ch.cern.sparkmeasure:spark-measure_2.12:0.27\")\n",
68+
" .config(\"spark.jars.packages\",\"ch.cern.sparkmeasure:spark-measure_2.13:0.27\")\n",
6969
" .getOrCreate() )"
7070
]
7171
},

0 commit comments

Comments
 (0)