-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downgrade Spark job runtime to use protobuf v2 to make maven jar work. (
#637) * Use protobuf v2 to make maven jar work. * Bump version for v0.7.2 hotfix
- Loading branch information
Showing
6 changed files
with
2,324 additions
and
4,932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
setup( | ||
name='feathr', | ||
version='0.7.1', | ||
version='0.7.2', | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
author_email="[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,7 @@ spark_config: | |
# 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://[email protected]/feathr-assembly-LATEST.jar | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.7.1.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.7.2.jar" | ||
databricks: | ||
# workspace instance | ||
workspace_instance_url: 'https://adb-2474129336842816.16.azuredatabricks.net/' | ||
|
@@ -93,7 +93,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.7.1.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.7.2.jar" | ||
|
||
online_store: | ||
redis: | ||
|
Oops, something went wrong.