Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 213
Added support for lifecycle.started for clusters#5150
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
9b4421404a5ea827a1b5775e051fb85d142e369a209ae157c9bcaca68be30f064d83fc7ca5e7336ca94d3ca2f0d222fd5149ae4eacada32985072953f13cebaca8452f6388b4f9ce636a86e043File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| bundle: | ||
| name: lifecycle-started-$UNIQUE_NAME | ||
| workspace: | ||
| root_path: ~/.bundle/$UNIQUE_NAME | ||
| resources: | ||
| clusters: | ||
| mycluster: | ||
| cluster_name: $UNIQUE_NAME | ||
| spark_version: "15.4.x-scala2.12" | ||
| node_type_id: "i3.xlarge" | ||
| num_workers: 1 | ||
| lifecycle: | ||
| started: true |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| === bundle plan fails with lifecycle.started on terraform engine | ||
| >>> errcode [CLI] bundle plan | ||
| Error: lifecycle.started is only supported in direct deployment mode | ||
| in databricks.yml:15:18 | ||
| Exit code: 1 | ||
| === bundle deploy fails with lifecycle.started on terraform engine | ||
| >>> errcode [CLI] bundle deploy | ||
| Error: lifecycle.started is only supported in direct deployment mode | ||
| in databricks.yml:15:18 | ||
| Exit code: 1 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| envsubst < databricks.yml.tmpl > databricks.yml | ||
| title "bundle plan fails with lifecycle.started on terraform engine" | ||
| trace errcode $CLI bundle plan | ||
| title "bundle deploy fails with lifecycle.started on terraform engine" | ||
| trace errcode $CLI bundle deploy |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| Local = true | ||
| Cloud = true | ||
| RecordRequests = false | ||
| [EnvMatrix] | ||
| DATABRICKS_BUNDLE_ENGINE = ["terraform"] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| bundle: | ||
| name: lifecycle-started-toggle-$UNIQUE_NAME | ||
| workspace: | ||
| root_path: ~/.bundle/$UNIQUE_NAME | ||
| resources: | ||
| clusters: | ||
| mycluster: | ||
| cluster_name: $UNIQUE_NAME | ||
| spark_version: "15.4.x-scala2.12" | ||
| node_type_id: "i3.xlarge" | ||
| num_workers: 1 | ||
| lifecycle: | ||
| started: false |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.