Skip to content

Commit 4c11848

Browse files
authored
fix: bump spark version in readme (#7430)
update readme spark version to match spark version the example refers to with [2.4.8](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/bigtable/spark/build.sbt#L24)
1 parent 935b099 commit 4c11848

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bigtable/spark/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Apache Spark provides DataSource API for external systems to plug into as data s
2222

2323
1. [sbt](https://www.scala-sbt.org/) installed.
2424

25-
1. [Apache Spark](https://spark.apache.org/) installed. Download Spark built for Scala 2.11. This sample uses Spark 2.4.7 and Scala 2.11.2.
25+
1. [Apache Spark](https://spark.apache.org/) installed. Download Spark built for Scala 2.11. This sample uses Spark 2.4.8 and Scala 2.11.2.
2626

2727
1. A basic familiarity with [Apache Spark](https://spark.apache.org/) and [Scala](https://www.scala-lang.org/).
2828

@@ -54,7 +54,7 @@ Instructions for running the emulator can be found [here](https://cloud.google.c
5454
Set the following environment variables.
5555

5656
```
57-
SPARK_HOME=/PATH/TO/spark-2.4.7-bin-hadoop2.7
57+
SPARK_HOME=/PATH/TO/spark-2.4.8-bin-hadoop2.7
5858
BIGTABLE_SPARK_PROJECT_ID=your-project-id
5959
BIGTABLE_SPARK_INSTANCE_ID=your-instance-id
6060
@@ -164,7 +164,7 @@ Turn off the emulator as described [here](https://cloud.google.com/bigtable/docs
164164
Set the following environment variables:
165165

166166
```
167-
SPARK_HOME=/PATH/TO/spark-2.4.7-bin-hadoop2.7
167+
SPARK_HOME=/PATH/TO/spark-2.4.8-bin-hadoop2.7
168168
BIGTABLE_SPARK_PROJECT_ID=your-project-id
169169
BIGTABLE_SPARK_INSTANCE_ID=your-instance-id
170170

0 commit comments

Comments
 (0)