Skip to content

Commit 110bc08

Browse files
committed
Bumped spark to 2.4.5.
1 parent 7eb0dde commit 110bc08

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/src/main/paradox/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* Add cell value scaling functions `rf_rescale` and `rf_standardize`.
3131
* Add `rf_where` function, similar in spirit to numpy's `where`, or a cell-wise version of Spark SQL's `when` and `otherwise`.
3232
* Add `rf_sqrt` function to compute cell-wise square root.
33-
33+
* Upgraded to Spark 2.4.5
3434

3535
## 0.8.x
3636

pyrasterframes/src/main/python/docs/getting-started.pymd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ libraryDependencies ++= Seq(
127127
)
128128
```
129129

130-
RasterFrames is compatible with Spark 2.4.4.
130+
RasterFrames is compatible with Spark 2.4.x.
131131

132132
## Installing GDAL Support
133133

pyrasterframes/src/main/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ipython==6.2.1
2-
pyspark==2.4.4
2+
pyspark==2.4.5
33
gdal==2.4.4
44
numpy>=1.17.3,<2.0
55
pandas>=0.25.3,<1.0

pyrasterframes/src/main/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def dest_file(self, src_file):
148148
pandas = 'pandas>=0.25.3,<1.0'
149149
pweave = 'pweave==0.30.3'
150150
pypandoc = 'pypandoc'
151-
pyspark = 'pyspark==2.4.4'
151+
pyspark = 'pyspark==2.4.5'
152152
pytest = 'pytest>=4.0.0,<5.0.0'
153153
pytest_runner = 'pytest-runner'
154154
pytz = 'pytz'

rf-notebook/src/main/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN \
1313
rm -rf /var/lib/apt/lists/*
1414

1515
# Spark dependencies
16-
ENV APACHE_SPARK_VERSION 2.4.4
16+
ENV APACHE_SPARK_VERSION 2.4.5
1717
ENV HADOOP_VERSION 2.7
1818
ENV APACHE_SPARK_CHECKSUM 2E3A5C853B9F28C7D4525C0ADCB0D971B73AD47D5CCE138C85335B9F53A6519540D3923CB0B5CEE41E386E49AE8A409A51AB7194BA11A254E037A848D0C4A9E5
1919
ENV APACHE_SPARK_FILENAME spark-${APACHE_SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz

rf-notebook/src/main/docker/requirements-nb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pyspark=2.4.4
1+
pyspark=2.4.5
22
gdal=2.4.4
33
numpy>=1.17.3,<2.0
44
pandas>=0.25.3,<1.0

0 commit comments

Comments
 (0)