-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spark 3 & Hadoop 3 support, Scala 2.13 cross compilation #3294
Conversation
cassandra/src/main/scala/geotrellis/store/cassandra/CassandraInstance.scala
Show resolved
Hide resolved
hbase-spark/src/main/scala/org/apache/spark/deploy/GTSparkHadoopUtil.scala
Outdated
Show resolved
Hide resolved
spark/src/test/scala/geotrellis/spark/summary/StatsTileRDDMethodsSpec.scala
Show resolved
Hide resolved
295f384
to
d4c1062
Compare
@@ -1,3 +1,3 @@ | |||
#!/bin/bash | |||
|
|||
./publish/publish-to-sonatype-212.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.13 not published
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@echeipesh hm do you think we want to publish 3.6.0 on MavenCentral with the Spark 3.2.0-SNAPSHOT dep?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should publish 3.6.0-SNAPSHOT with spark 3.2.0-SNAPSHOT dep, which would happen. Our release process is not setup for a split release though ... maybe the problem will solve itself with release of spark 3.2.0 before we actually have to cut 3.6.0 release. I don't think there is anything forcing our release to happen soon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, that is why 2.13 is not published, these scripts are to publish release artifacts.
Check out locationtech scripts - they contain 2.13 artifacts publish.
it("should return the EPSG code(3857) of the passed WKT string with proj4 extension") { | ||
val comparisonCode = "EPSG:3857" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test properly works now!
Nicely done guys!! Much appreciated! ❤️ |
Overview
TODO:
Checklist
Closes #2893
Closes #3218
Closes #3358