I am trying to get spark-submit (via GCP DataProc) to download maven dependencies from a GitHub packages repository.
Adding spark.jars.repositories=https://myuser:mytoken@maven.pkg.github.com/myorg/my-maven-packages-repo/ to the spark-submit command doesn't help...
The correct urls are accessed, but the files aren't downloaded (https://maven.pkg.github.com/myorg/my-maven-packages.repo/myorg/mylibrary/1.0.0/library-1.0.0.jar).
How can I get this working? (Without using uber-jars!)