-
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.
- Loading branch information
Showing
9 changed files
with
12 additions
and
12 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__ = "1.0.0-rc4" | ||
__version__ = "1.0.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 |
---|---|---|
|
@@ -83,7 +83,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: "../../build/libs/feathr_2.12-1.0.0-rc4.jar" | ||
feathr_runtime_location: "../../build/libs/feathr_2.12-1.0.0.jar" | ||
databricks: | ||
# workspace instance | ||
workspace_instance_url: 'https://adb-4121774437039026.6.azuredatabricks.net' | ||
|
@@ -93,7 +93,7 @@ spark_config: | |
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"}, {"maven":"FEATHR_FILL_IN"}],"spark_jar_task":{"main_class_name":"FEATHR_FILL_IN","parameters":["FEATHR_FILL_IN"]}} | ||
# Feathr Job location. Support local paths, path start with http(s)://, and paths start with dbfs:/ | ||
work_dir: 'dbfs:/feathr_getting_started' | ||
feathr_runtime_location: "../../build/libs/feathr_2.12-1.0.0-rc4.jar" | ||
feathr_runtime_location: "../../build/libs/feathr_2.12-1.0.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
version=1.0.0-rc4 | ||
version=1.0.0 | ||
SONATYPE_AUTOMATIC_RELEASE=true | ||
POM_ARTIFACT_ID=feathr_2.12 |
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