Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 04:20 AM
We use typesafe (scala) to read configuration values from hocon files.
When not using Unity, we read the configuration files from /dbfs/... works fine.
However, with Unity, usage of dbfs is frowned upon.
So I started looking into alternatives.
And unfortunately, dbfs still seems the best and easiest solution.
Anyone that has a better option which I may have missed?
And no, porting all code to python is not an option 🙂