-
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.
* Bump version to 0.9.0 * Include a python client setup fix from Jay * Add a fallback
- Loading branch information
Showing
12 changed files
with
26 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.9.0-rc3" | ||
__version__ = "0.9.0" | ||
|
||
def get_version(): | ||
return __version__ | ||
|
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 |
---|---|---|
|
@@ -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.9.0-rc3.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.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.9.0-rc3.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.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 |
---|---|---|
|
@@ -25,13 +25,13 @@ spark_config: | |
workspace_dir: 'abfss://[email protected]/feathr_test_workspace' | ||
executor_size: 'Small' | ||
executor_num: 1 | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.0-rc3.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.0.jar" | ||
databricks: | ||
workspace_instance_url: 'https://adb-2474129336842816.16.azuredatabricks.net/' | ||
workspace_token_value: '' | ||
config_template: {"run_name":"FEATHR_FILL_IN","new_cluster":{"spark_version":"9.1.x-scala2.12","num_workers":1,"spark_conf":{"FEATHR_FILL_IN":"FEATHR_FILL_IN"},"instance_pool_id":"0403-214809-inlet434-pool-l9dj3kwz"},"libraries":[{"jar":"FEATHR_FILL_IN"}],"spark_jar_task":{"main_class_name":"FEATHR_FILL_IN","parameters":["FEATHR_FILL_IN"]}} | ||
work_dir: 'dbfs:/feathr_getting_started' | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.0-rc3.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.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 |
---|---|---|
|
@@ -25,13 +25,13 @@ spark_config: | |
workspace_dir: 'abfss://[email protected]/feathr_test_workspace' | ||
executor_size: 'Small' | ||
executor_num: 1 | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.0-rc3.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.0.jar" | ||
databricks: | ||
workspace_instance_url: 'https://adb-2474129336842816.16.azuredatabricks.net/' | ||
workspace_token_value: '' | ||
config_template: {"run_name":"FEATHR_FILL_IN","new_cluster":{"spark_version":"9.1.x-scala2.12","num_workers":1,"spark_conf":{"FEATHR_FILL_IN":"FEATHR_FILL_IN"},"instance_pool_id":"0403-214809-inlet434-pool-l9dj3kwz"},"libraries":[{"jar":"FEATHR_FILL_IN"}],"spark_jar_task":{"main_class_name":"FEATHR_FILL_IN","parameters":["FEATHR_FILL_IN"]}} | ||
work_dir: 'dbfs:/feathr_getting_started' | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.0-rc3.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.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 |
---|---|---|
|
@@ -25,13 +25,13 @@ spark_config: | |
workspace_dir: 'abfss://[email protected]/feathr_test_workspace' | ||
executor_size: 'Small' | ||
executor_num: 1 | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.0-rc3.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.0.jar" | ||
databricks: | ||
workspace_instance_url: 'https://adb-2474129336842816.16.azuredatabricks.net/' | ||
workspace_token_value: '' | ||
config_template: {"run_name":"FEATHR_FILL_IN","new_cluster":{"spark_version":"9.1.x-scala2.12","num_workers":1,"spark_conf":{"FEATHR_FILL_IN":"FEATHR_FILL_IN"},"instance_pool_id":"0403-214809-inlet434-pool-l9dj3kwz"},"libraries":[{"jar":"FEATHR_FILL_IN"}],"spark_jar_task":{"main_class_name":"FEATHR_FILL_IN","parameters":["FEATHR_FILL_IN"]}} | ||
work_dir: 'dbfs:/feathr_getting_started' | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.0-rc3.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.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 |
---|---|---|
|
@@ -25,13 +25,13 @@ spark_config: | |
workspace_dir: 'abfss://[email protected]/feathr_test_workspace' | ||
executor_size: 'Small' | ||
executor_num: 1 | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.0-rc3.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.0.jar" | ||
databricks: | ||
workspace_instance_url: 'https://adb-2474129336842816.16.azuredatabricks.net/' | ||
workspace_token_value: '' | ||
config_template: {"run_name":"FEATHR_FILL_IN","new_cluster":{"spark_version":"9.1.x-scala2.12","num_workers":1,"spark_conf":{"FEATHR_FILL_IN":"FEATHR_FILL_IN"},"instance_pool_id":"0403-214809-inlet434-pool-l9dj3kwz"},"libraries":[{"jar":"FEATHR_FILL_IN"}],"spark_jar_task":{"main_class_name":"FEATHR_FILL_IN","parameters":["FEATHR_FILL_IN"]}} | ||
work_dir: 'dbfs:/feathr_getting_started' | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.0-rc3.jar" | ||
feathr_runtime_location: "../../target/scala-2.12/feathr-assembly-0.9.0.jar" | ||
|
||
online_store: | ||
redis: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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