dolfinus opened a new issue, #283:
URL: https://github.com/apache/doris-spark-connector/issues/283
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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]