You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to getting resources as streams instead of files (databricks#101)
Replace calls to getResource (which look for resource files only on the local disk) with calls to getResourceAsStream, which uses the classloader to search for resource files anywhere in the classpath.
0 commit comments