Skip to content

Commit

Permalink
Spark 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
metasim committed May 4, 2022
1 parent 201aba5 commit 8d2bff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/RFDependenciesPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object RFDependenciesPlugin extends AutoPlugin {
"jitpack" at "https://jitpack.io"
),
// NB: Make sure to update the Spark version in pyrasterframes/python/setup.py
rfSparkVersion := "3.1.2",
rfSparkVersion := "3.1.3",
rfGeoTrellisVersion := "3.6.1",
rfGeoMesaVersion := "3.2.0",
excludeDependencies += "log4j" % "log4j"
Expand Down
2 changes: 1 addition & 1 deletion pyrasterframes/src/main/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def dest_file(self, src_file):
# to throw a `NotImplementedError: Can't perform this operation for unregistered loader type`
pytest = 'pytest>=4.0.0,<5.0.0'

pyspark = 'pyspark==3.1.2'
pyspark = 'pyspark==3.1.3'
boto3 = 'boto3'
deprecation = 'deprecation'
descartes = 'descartes'
Expand Down

0 comments on commit 8d2bff4

Please sign in to comment.