Init Script not 'Absolute'

alexiswl
Contributor

Hello,

I am trying to use an init script from my repo workspace.

The cluster is a 'personal compute' cluster with single user access mode with the following runtime version: '13.1 (includes Apache Spark 3.4.0, Scala 2.12)'

I have 'Files in Repos' set to 'DBR 8.4+' in my workspace settings.

I used the 'workspace' option (not dbfs, or s3) in the destination settings for the init script dropdown.

Unfortunately I am getting the following error on Cluster Startup.

```json

{

"reason": {

"code": "INIT_SCRIPT_FAILURE",

"type": "CLIENT_ERROR",

"parameters": {

"instance_id": "i-0f585b1a60a28a8b1",

"databricks_error_message": "BAD_REQUEST: requirement failed: /Workspace/Repos/services+databricks@umccr.org/data-portal-analytics/notebooks/RPackagesToInstall.sh is not absolute."

}

},

"add_node_failure_details": {

"failure_count": 1,

"resource_type": "container",

"will_retry": false

}

}

```