Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 1f98efd

Browse files
Update README.md
1 parent 123461b commit 1f98efd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ dynamoDf.show(100)
5353

5454
# write to some other table overwriting existing item with same keys
5555
dynamoDf.write.format("com.audienceproject.spark.dynamodb") \
56-
.option("tableName", "SomeOtherTable")
56+
.option("tableName", "SomeOtherTable") \
57+
.save()
5758
```
5859

5960
*Note:* When running from `pyspark` shell, you can add the library as:

0 commit comments

Comments
 (0)