File tree Expand file tree Collapse file tree 5 files changed +10
-7
lines changed
experimental/src/it/resources
pyrasterframes/src/main/python/pyrasterframes
rf-notebook/src/main/docker Expand file tree Collapse file tree 5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 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 `
15166 . ` cd pyrasterframes/target/python/dist `
16177 . ` python3 -m twine upload pyrasterframes-x.y.z-py2.py3-none-any.whl `
17188 . Commit any changes that were necessary.
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ log4j.logger.org.apache.spark.repl.SparkIMain$exprTyper=INFO
3737log4j.logger.org.apache.spark.repl.SparkILoop$SparkILoopInterpreter =INFO
3838log4j.logger.org.locationtech.rasterframes =INFO
3939log4j.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
4244log4j.logger.org.apache.hadoop.hive.metastore.RetryingHMSHandler =FATAL
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 1515# Spark dependencies
1616ENV APACHE_SPARK_VERSION 2.4.5
1717ENV HADOOP_VERSION 2.7
18- ENV APACHE_SPARK_CHECKSUM 2E3A5C853B9F28C7D4525C0ADCB0D971B73AD47D5CCE138C85335B9F53A6519540D3923CB0B5CEE41E386E49AE8A409A51AB7194BA11A254E037A848D0C4A9E5
18+ ENV APACHE_SPARK_CHECKSUM 2426a20c548bdfc07df288cd1d18d1da6b3189d0b78dee76fa034c52a4e02895f0ad460720c526f163ba63a17efae4764c46a1cd8f9b04c60f9937a554db85d2
1919ENV APACHE_SPARK_FILENAME spark-${APACHE_SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz
2020ENV APACHE_SPARK_REMOTE_PATH spark-${APACHE_SPARK_VERSION}/${APACHE_SPARK_FILENAME}
2121
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 0.9.0-SNAPSHOT "
1+ version in ThisBuild := " 0.9.0"
You can’t perform that action at this time.
0 commit comments