apache / apache/doris-spark-connector

Consider publishing .jars to Maven

Open
#283 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
107
Forks
126
Avg merge
3d 10h
Merged PRs (30d)
4

Description

Spark has a feature allowing to automatically download packages from MavenCentral/SonatypeOSS repo:
```python
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.

Contributor guide

Open the contributing guide

Research direction

Start by reviewing how this project currently publishes release JAR files, then compare that process with MavenCentral/SonatypeOSS requirements. Confirm that the released artifacts can be consumed through Spark's spark.jars.packages setting; done means releases are available from the requested repository with the needed coordinates and documented usage.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
release
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.