MrPowers/spark-daria

Cannot deploy project - Spark Packages is broken

Closed this issue · 6 comments

I used to deploy on Spark Packages, but it's not working anymore.

I need to create a more standard deploy process for this project anyways. Some users can't access the code: #117

I tried this in the past and failed: https://github.com/MrPowers/spark-fast-tests

I will try again. If anyone has thoughts / experience with this, please let me know.

@manuzhang - you have any suggestions on how I should go about deploying this project directly to Maven Central with SBT? I was looking at the gearpump build.sbt file and it looks pretty complicated.

Any blog posts or suggestions would be appreciated!

@MrPowers that's not as complicated as it looks. With the help of sbt-sonatype as @nvander1 mention and now GitHub actions, it should be a fluent process. We can try publishing a SNAPSHOT first.

Guess you guys are both in self-quarantine now and hope you and your families are doing well !

@nvander1 - This project is actually setup with actions already, see here.

Here's the GitHub Actions config file.

Actions could be used to automated the deploy process, but I think the first step some sbt deploy command working on the first place.

Thanks for thinking about this. Excited to get a better solution in place and happy to work with you both, as always.

This project is publishing with sbt-sonatype now, thanks!