Skip to content

Commit d357ad6

Browse files
committed
Merge tag '0.9.0' into develop
no message
2 parents 6ada5a4 + 768b31d commit d357ad6

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

RELEASE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
a. `clean`
99
b. `test it:test`
1010
c. `makeSite`
11-
d. `publishSigned` (LocationTech credentials required)
12-
e. `sonatypeReleaseAll`. It can take a while, but should eventually show up [here](https://search.maven.org/search?q=g:org.locationtech.rasterframes).
13-
f. `docs/ghpagesPushSite`
14-
g. `rf-notebook/publish`
11+
d. `rf-notebook/publishLocal`
12+
e. `publishSigned` (LocationTech credentials required)
13+
f. `sonatypeReleaseAll`. It can take a while, but should eventually show up [here](https://search.maven.org/search?q=g:org.locationtech.rasterframes).
14+
g. `docs/ghpagesPushSite`
15+
h. `rf-notebook/publish`
1516
6. `cd pyrasterframes/target/python/dist`
1617
7. `python3 -m twine upload pyrasterframes-x.y.z-py2.py3-none-any.whl`
1718
8. Commit any changes that were necessary.

experimental/src/it/resources/log4j.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ log4j.logger.org.apache.spark.repl.SparkIMain$exprTyper=INFO
3737
log4j.logger.org.apache.spark.repl.SparkILoop$SparkILoopInterpreter=INFO
3838
log4j.logger.org.locationtech.rasterframes=INFO
3939
log4j.logger.org.apache.parquet.hadoop.ParquetRecordReader=OFF
40+
log4j.logger.geotrellis.spark=INFO
41+
log4j.logger.geotrellis.raster.gdal=ERROR
4042

4143
# SPARK-9183: Settings to avoid annoying messages when looking up nonexistent UDFs in SparkSQL with Hive support
4244
log4j.logger.org.apache.hadoop.hive.metastore.RetryingHMSHandler=FATAL

pyrasterframes/src/main/python/pyrasterframes/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
#
2121

2222
# Translating Java version from version.sbt to PEP440 norms
23-
__version__: str = '0.9.0.dev0'
23+
__version__: str = '0.9.0'

rf-notebook/src/main/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN \
1515
# Spark dependencies
1616
ENV APACHE_SPARK_VERSION 2.4.5
1717
ENV HADOOP_VERSION 2.7
18-
ENV APACHE_SPARK_CHECKSUM 2E3A5C853B9F28C7D4525C0ADCB0D971B73AD47D5CCE138C85335B9F53A6519540D3923CB0B5CEE41E386E49AE8A409A51AB7194BA11A254E037A848D0C4A9E5
18+
ENV APACHE_SPARK_CHECKSUM 2426a20c548bdfc07df288cd1d18d1da6b3189d0b78dee76fa034c52a4e02895f0ad460720c526f163ba63a17efae4764c46a1cd8f9b04c60f9937a554db85d2
1919
ENV APACHE_SPARK_FILENAME spark-${APACHE_SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz
2020
ENV APACHE_SPARK_REMOTE_PATH spark-${APACHE_SPARK_VERSION}/${APACHE_SPARK_FILENAME}
2121

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.9.0-SNAPSHOT"
1+
version in ThisBuild := "0.9.0"

0 commit comments

Comments
 (0)