Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend local spark retry timeout #1046

Merged
merged 1 commit into from
Feb 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(
debug_folder: str = "debug",
clean_up: bool = True,
retry: int = 3,
retry_sec: int = 5,
retry_sec: int = 30,
):
"""Initialize the Local Spark job launcher"""
self.workspace_path = (workspace_path,)
Expand Down
14 changes: 0 additions & 14 deletions feathr_project/test/test_user_workspace/feathr_config_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@
api_version: 1
project_config:
project_name: 'local_spark'
required_environment_variables:
optional_environment_variables:
# the environment variables are optional, however you will need them if you want to use some of the services:
- ADLS_ACCOUNT
- ADLS_KEY
- BLOB_ACCOUNT
- BLOB_KEY
- S3_ACCESS_KEY
- S3_SECRET_KEY
- JDBC_TABLE
- JDBC_USER
- JDBC_PASSWORD
- KAFKA_SASL_JAAS_CONFIG


spark_config:
# choice for spark runtime. Currently support: azure_synapse, databricks, local
Expand Down