What is the default location where dataframes are written if I don't specify a location?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2021 09:05 AM
If I save a dataframe without specifying a location, where will it end up?
Labels:
- Labels:
-
Dataframe
-
Default Location
-
Location
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2021 02:30 PM
You cant save a dataframe without specifying a location.
If you are using saveAsTable API then the table will be created in the hive warehouse location. The default location is user.hive.warehouse

