Skip to content

Commit 8ab8ef7

Browse files
Jim KlecknerHyukjinKwon
authored andcommitted
Fix minor typo in docs/cloud-integration.md
## What changes were proposed in this pull request? Minor typo in docs/cloud-integration.md ## How was this patch tested? This is trivial enough that it should not affect tests. Please review http://spark.apache.org/contributing.html before opening a pull request. Author: Jim Kleckner <[email protected]> Closes apache#21629 from jkleckner/fix-doc-typo.
1 parent 6e0596e commit 8ab8ef7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/cloud-integration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ be safely used as the direct destination of work with the normal rename-based co
7070
### Installation
7171

7272
With the relevant libraries on the classpath and Spark configured with valid credentials,
73-
objects can be can be read or written by using their URLs as the path to data.
73+
objects can be read or written by using their URLs as the path to data.
7474
For example `sparkContext.textFile("s3a://landsat-pds/scene_list.gz")` will create
7575
an RDD of the file `scene_list.gz` stored in S3, using the s3a connector.
7676

@@ -184,7 +184,8 @@ is no need for a workflow of write-then-rename to ensure that files aren't picke
184184
while they are still being written. Applications can write straight to the monitored directory.
185185

186186
1. Streams should only be checkpointed to a store implementing a fast and
187-
atomic `rename()` operation Otherwise the checkpointing may be slow and potentially unreliable.
187+
atomic `rename()` operation.
188+
Otherwise the checkpointing may be slow and potentially unreliable.
188189

189190
## Further Reading
190191

0 commit comments

Comments
 (0)