Skip to content

Commit d265d2d

Browse files
Update spark sample path (GoogleCloudPlatform#4866)
Fixes #issue > It's a good idea to open an issue first for discussion. - [ ] I have followed [Sample Format Guide](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/SAMPLE_FORMAT.md) - [ ] `pom.xml` parent set to latest `shared-configuration` - [ ] Appropriate changes to README are included in PR - [ ] API's need to be enabled to test (tell us) - [ ] Environment Variables need to be set (ask us to set them) - [ ] **Tests** pass: `mvn clean verify` **required** - [ ] **Lint** passes: `mvn -P lint checkstyle:check` **required** - [ ] **Static Analysis**: `mvn -P lint clean compile pmd:cpd-check spotbugs:check` **advisory only** - [ ] Please **merge** this PR for me once it is approved.
1 parent 3a5d166 commit d265d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigtable/spark/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -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=your-spark-home
57+
SPARK_HOME=/PATH/TO/spark-2.4.7-bin-hadoop2.7
5858
BIGTABLE_SPARK_PROJECT_ID=your-project-id
5959
BIGTABLE_SPARK_INSTANCE_ID=your-instance-id
6060

0 commit comments

Comments
 (0)