doris-spark-connector icon indicating copy to clipboard operation
doris-spark-connector copied to clipboard

Consider publishing .jars to Maven

Open dolfinus opened this issue 10 months ago • 0 comments

Spark has a feature allowing to automatically download packages from MavenCentral/SonatypeOSS repo:

spark = SparkSession.builder.config("spark.jars.packages", "com.mygroup:artifact:version").getOrCreate()

It is very convenient to use, as there is no need to directly access Github API to download .jar file. Instead user may just set artifact name, and it will be downloaded automatically (with private repos support).

Please consider uploading releases to MavenCentral/SonatypeOSS.

dolfinus avatar Mar 13 '25 12:03 dolfinus