From 39399d1616228595d8703ecbd069cafc1f595251 Mon Sep 17 00:00:00 2001 From: Xiaoyong Zhu Date: Wed, 1 Jun 2022 17:38:14 -0700 Subject: [PATCH] bump version --- build.sbt | 4 ++-- feathr_project/setup.py | 2 +- feathr_project/test/test_user_workspace/feathr_config.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index 0e251913a..a448478f6 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ ThisBuild / resolvers += Resolver.mavenLocal ThisBuild / scalaVersion := "2.12.15" -ThisBuild / version := "0.4.0" +ThisBuild / version := "0.5.0" ThisBuild / organization := "com.linkedin.feathr" ThisBuild / organizationName := "linkedin" val sparkVersion = "3.1.3" @@ -83,7 +83,7 @@ lazy val root = (project in file(".")) // ) // To assembly with certain java version: sbt assembly -java-home "/Library/Java/JavaVirtualMachines/jdk1.8.0_282-msft.jdk/Contents/Home" -// To execute the jar: java -jar target/scala-2.12/feathr-assembly-0.4.0-SNAPSHOT.jar +// To execute the jar: java -jar target/scala-2.12/feathr-assembly-0.5.0-SNAPSHOT.jar assembly / assemblyMergeStrategy := { // See https://stackoverflow.com/questions/17265002/hadoop-no-filesystem-for-scheme-file diff --git a/feathr_project/setup.py b/feathr_project/setup.py index 5bf363ac6..9791fee95 100644 --- a/feathr_project/setup.py +++ b/feathr_project/setup.py @@ -7,7 +7,7 @@ setup( name='feathr', - version='0.4.0', + version='0.5.0', long_description=long_description, long_description_content_type="text/markdown", author_email="frame_dev@linkedin.com", diff --git a/feathr_project/test/test_user_workspace/feathr_config.yaml b/feathr_project/test/test_user_workspace/feathr_config.yaml index ab9c02432..9269b85cb 100644 --- a/feathr_project/test/test_user_workspace/feathr_config.yaml +++ b/feathr_project/test/test_user_workspace/feathr_config.yaml @@ -80,8 +80,8 @@ spark_config: executor_num: 4 # Feathr Job configuration. Support local paths, path start with http(s)://, and paths start with abfs(s):// # this is the default location so end users don't have to compile the runtime again. - # feathr_runtime_location: wasbs://public@azurefeathrstorage.blob.core.windows.net/feathr-assembly-0.4.0-SNAPSHOT.jar - feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.4.0.jar" + # feathr_runtime_location: wasbs://public@azurefeathrstorage.blob.core.windows.net/feathr-assembly-0.5.0-SNAPSHOT.jar + feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.5.0.jar" databricks: # workspace instance workspace_instance_url: 'https://adb-5638037984879289.9.azuredatabricks.net/' @@ -92,7 +92,7 @@ spark_config: # Feathr Job location. Support local paths, path start with http(s)://, and paths start with dbfs:/ work_dir: 'dbfs:/feathr_getting_started' # this is the default location so end users don't have to compile the runtime again. - feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.4.0.jar" + feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.5.0.jar" online_store: redis: