Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 10:06 AM
Hi @Magnus Asperud ,
1 mounting container1
2 you should persist the data somewhere, creating df doesnt mean that you are reading data from container and have it accessible after unmounting. Make sure to store this merged data somewhere.
Not sure if this will work
df_spark.cache()
df_spark.count()
3 unmounting
4 mounting container2