File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ be safely used as the direct destination of work with the normal rename-based co
7070### Installation
7171
7272With 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.
7474For example ` sparkContext.textFile("s3a://landsat-pds/scene_list.gz") ` will create
7575an 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
184184while they are still being written. Applications can write straight to the monitored directory.
185185
1861861 . 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
You can’t perform that action at this time.
0 commit comments