banzaicloud / spark-metrics

Spark metrics related custom classes and sinks (e.g. Prometheus)
Apache License 2.0
176 stars 64 forks source link

Can we publish the jar in some public maven repository? #37

Closed dahiyahimanshu closed 5 years ago

stoader commented 5 years ago

@dahiyahimanshu we use GitHub as maven repository. All you need is to add https://raw.github.com/banzaicloud/spark-metrics/master/maven-repo/releases to the list of maven repositories.

Do you have any use case for which this doesn't work?

dahiyahimanshu commented 5 years ago

Hello @stoader Thankyou I will check with our software factory expert see if it works. Only thing is it gives me 404 when i open thorugh browser. https://raw.githubusercontent.com/banzaicloud/spark-metrics/master/maven-repo/releases it gives me 404: Not Found

stoader commented 5 years ago

Can you try to open https://raw.githubusercontent.com/banzaicloud/spark-metrics/master/maven-repo/releases/com/banzaicloud/spark-metrics_2.11/2.3-2.0.4/spark-metrics_2.11-2.3-2.0.4.pom ?

Also can you try open it using curl https://raw.githubusercontent.com/banzaicloud/spark-metrics/master/maven-repo/releases/com/banzaicloud/spark-metrics_2.11/2.3-2.0.4/spark-metrics_2.11-2.3-2.0.4.pom -vvv as well?

dahiyahimanshu commented 5 years ago

works well. Thankyou