Enable hive support in spark GUI option is missing
Open
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Would be nice to have an option to enable hive support in GUI options and beakerx.json. Not a big problem as one can just write:
```scala
%%spark
SparkSession.builder().enableHiveSupport()
```
But for completeness, it should probably be available in GUI as well :)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.