Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE] cluster_mount_infos is missing from compute.ClusterSpec #866

Open
stevenayers-bge opened this issue Mar 24, 2024 · 0 comments
Open

Comments

@stevenayers-bge
Copy link

stevenayers-bge commented Mar 24, 2024

More details can be found here: databricks/cli#1306

The OpenAPI spec used to generate the Go SDK is missing cluster_mount_infos so it is not added to compute.ClusterSpec

type ClusterSpec struct {

The field is also currently undocumented in the API. It mounts the NFS at /db-mnt/<local path>, but cannot be accessed via dbutils.fs and is invisible. To access it data from spark, you must use spark.read.text('file:///db-mnt/<local path>')

@stevenayers-bge stevenayers-bge changed the title cluster_mount_infos is missing from compute.ClusterSpec [ISSUE] cluster_mount_infos is missing from compute.ClusterSpec Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant