Skip to content

Commit

Permalink
v23.03, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Mar 29, 2023
1 parent 272c5d0 commit 0365a00
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## [23.01/1.4.0] 2023-03-29
### Changed
- Upgrade to Spark 3.2.3
- Changed handling of missing exchange rates values; don't fill with zeros,
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RELEASE := 'v23.01'
RELEASESEM := 'v1.3.0'
RELEASE := 'v23.03'
RELEASESEM := 'v1.4.0'

all: format lint

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ThisBuild / scalaVersion := "2.12.10"
ThisBuild / organization := "info.graphsense"
ThisBuild / version := "1.3.0"
ThisBuild / version := "1.4.0"

lazy val root = (project in file(".")).
settings(
Expand Down
2 changes: 1 addition & 1 deletion docker/submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo -en "Starting Spark job ...\n" \
--conf spark.sql.session.timeZone=UTC \
--conf spark.serializer="org.apache.spark.serializer.KryoSerializer" \
--packages com.datastax.spark:spark-cassandra-connector_2.12:3.2.0,org.rogach:scallop_2.12:4.1.0,joda-time:joda-time:2.10.10 \
target/scala-2.12/graphsense-ethereum-transformation_2.12-1.3.0.jar \
target/scala-2.12/graphsense-ethereum-transformation_2.12-1.4.0.jar \
--raw-keyspace "$RAW_KEYSPACE" \
--target-keyspace "$TGT_KEYSPACE" \
--bucket-size 10000
Expand Down
2 changes: 1 addition & 1 deletion submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ echo -en "Starting on $CASSANDRA_HOST with master $SPARK_MASTER" \
--conf spark.sql.session.timeZone=UTC \
--conf spark.sql.extensions=com.datastax.spark.connector.CassandraSparkExtensions \
--packages com.datastax.spark:spark-cassandra-connector_2.12:3.2.0,org.rogach:scallop_2.12:4.1.0,joda-time:joda-time:2.10.10 \
target/scala-2.12/graphsense-ethereum-transformation_2.12-1.3.0.jar \
target/scala-2.12/graphsense-ethereum-transformation_2.12-1.4.0.jar \
--raw-keyspace "$RAW_KEYSPACE" \
--target-keyspace "$TGT_KEYSPACE" \
--bucket-size "$BUCKET_SIZE"
Expand Down

0 comments on commit 0365a00

Please sign in to comment.