Skip to content

Commit 154b31e

Browse files
committed
Minor update in comments v0.24 -> v0.25
1 parent 66b7059 commit 154b31e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/SparkMeasure_Jupyter_Colab_Example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"\n",
6060
"# Start the Spark Session\n",
6161
"# This example uses Spark in local mode for simplicity.\n",
62-
"# You can modify master to use YARN or K8S if available \n",
63-
"# This example uses sparkMeasure 0.24 for scala 2.12, taken from maven central\n",
62+
"# You can modify master to use YARN or K8S if available \n",
63+
"# This example uses sparkMeasure 0.25 compiled with scala 2.12, downloaded from maven central\n",
6464
"\n",
6565
"spark = SparkSession \\\n",
6666
" .builder \\\n",

examples/SparkMeasure_Jupyter_Python_getting_started.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"source": [
5252
"# Start the Spark Session\n",
5353
"# This example uses Spark in local mode for simplicity.\n",
54-
"# You can modify master to use YARN or K8S if available \n",
55-
"# This example uses sparkMeasure 0.24 for scala 2.12, taken from maven central\n",
54+
"# You can modify master to use YARN or K8S if available \n",
55+
"# This example uses sparkMeasure 0.25 compiled with scala 2.12, downloaded from maven central\n",
5656
"\n",
5757
"\n",
5858
"from pyspark.sql import SparkSession\n",

0 commit comments

Comments
 (0)