Hello,
I am working on a snap for Spark client for K8s.
I would like to request the auto-connect permissions for the following:
- enable-kubeconfig-access
- enable-scala-history
Both plugs derive from the system-files
interface, and are described here.
enable-kubeconfig-access
read access is needed by the setup command to read the kubeconfig file.
enable-scala-history
write access is needed by spark-shell to maintain command history of the spark interactive session.
Thank you