- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2023 01:59 AM
Hi @Debayan
> Looks like it is not able to get the package from the repo.
Not sure what you mean by this?
I managed to resolve the issue (also couldn't find the log files after setting the logging to dbfs://cluster-logs/ which was strange).
In this case, I think had a sneaky space character before '/Workspace' which caused my issue.
After that resolved, I got an error saying that this path didn't exist.
My guess was that by selecting workspace in the destination settings dropdown menu, I was already in the /workspace directory.
Hence by using `/Repos/services+databricks@umccr.org/data-portal-analytics/notebooks/RPackagesToInstall.sh` instead I was able to run the init script successfully.
Is there any examples of init scripts when using repos available? I couldn't find any. This could be quite useful for others!
Alexis