-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Yuqing Wei <[email protected]> Signed-off-by: Yuqing Wei <[email protected]>
- Loading branch information
1 parent
ebcc81c
commit ef3e130
Showing
8 changed files
with
11 additions
and
11 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
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.2', | ||
version='0.8.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 |
---|---|---|
|
@@ -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.2.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.8.0.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.2.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.8.0.jar" | ||
|
||
online_store: | ||
redis: | ||
|
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.2.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.8.0.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.2.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.8.0.jar" | ||
|
||
online_store: | ||
redis: | ||
|