-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3dc3549
commit 1285ff7
Showing
3 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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="[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 |
---|---|---|
|
@@ -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://[email protected]/feathr-assembly-0.4.0-SNAPSHOT.jar | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.4.0.jar" | ||
# feathr_runtime_location: wasbs://[email protected]/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: | ||
|