File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Apache Spark provides DataSource API for external systems to plug into as data s
22
22
23
23
1 . [ sbt] ( https://www.scala-sbt.org/ ) installed.
24
24
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.
26
26
27
27
1 . A basic familiarity with [ Apache Spark] ( https://spark.apache.org/ ) and [ Scala] ( https://www.scala-lang.org/ ) .
28
28
@@ -54,7 +54,7 @@ Instructions for running the emulator can be found [here](https://cloud.google.c
54
54
Set the following environment variables.
55
55
56
56
```
57
- SPARK_HOME=/PATH/TO/spark-2.4.7 -bin-hadoop2.7
57
+ SPARK_HOME=/PATH/TO/spark-2.4.8 -bin-hadoop2.7
58
58
BIGTABLE_SPARK_PROJECT_ID=your-project-id
59
59
BIGTABLE_SPARK_INSTANCE_ID=your-instance-id
60
60
@@ -164,7 +164,7 @@ Turn off the emulator as described [here](https://cloud.google.com/bigtable/docs
164
164
Set the following environment variables:
165
165
166
166
```
167
- SPARK_HOME=/PATH/TO/spark-2.4.7 -bin-hadoop2.7
167
+ SPARK_HOME=/PATH/TO/spark-2.4.8 -bin-hadoop2.7
168
168
BIGTABLE_SPARK_PROJECT_ID=your-project-id
169
169
BIGTABLE_SPARK_INSTANCE_ID=your-instance-id
170
170
You can’t perform that action at this time.
0 commit comments