What is default location when using "writeStream"?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 07:19 PM
Hi,
Assume that I want to write a table by" writeStream". Where is the default location on DBFS where the table is saved?
Sample code:
spark.table("TEMP_SILVER").writeStream
.option("checkpointLocation", "dbfs:/user/AAA@gmail.com")
.trigger(availableNow=True)
.table("silver")
Labels:
- Labels:
-
DBFS
-
Default Location