Open
Description
Describe the bug
A clear and concise description of what the bug is.
dotnet spark jobs do not run on the latest version of databricks clusters in Azure.
This worked before (about 3 or so months ago) but is no longer working.
With the db_init.sh (see attached) based on the one given in the repository there is no log output of any kind.
Without db_init.sh there is an error in the stderr log:
Caused by: java.lang.NullPointerException
at com.databricks.backend.daemon.driver.WsfsDriverHttpClient.<init>(WSFSDriverHttpClient.scala:26)
at com.databricks.backend.daemon.driver.WSFSCredentialForwardingHelper$.<init>(WorkspaceLocalFileSystem.scala:284)
at com.databricks.backend.daemon.driver.WSFSCredentialForwardingHelper$.<clinit>(WorkspaceLocalFileSystem.scala)
... 28 more
Steps to reproduce the behavior:
- create a simple dotnet spark job that reads a csv file and shows the results
- publish the job
- deploy the job to databricks cluser
- run the job
- note the job fails and there is no log output of any kind
Expected behavior
The job should not fail
db_init.zip