Skip to content

Commit 71428e3

Browse files
author
dbbnicole
committed
Upgrade to 12.2
1 parent 9c816ea commit 71428e3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

RUNME.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# Databricks notebook source
22
# MAGIC %md This notebook sets up the companion cluster(s) to run the solution accelerator. It also creates the Workflow to illustrate the order of execution. Happy exploring!
33
# MAGIC 🎉
4-
# MAGIC
4+
# MAGIC
55
# MAGIC **Steps**
6-
# MAGIC 1. Simply attach this notebook to a cluster with DBR 11.0 and above, and hit Run-All for this notebook. A multi-step job and the clusters used in the job will be created for you and hyperlinks are printed on the last block of the notebook.
7-
# MAGIC
6+
# MAGIC 1. Simply attach this notebook to a cluster and hit Run-All for this notebook. A multi-step job and the clusters used in the job will be created for you and hyperlinks are printed on the last block of the notebook.
7+
# MAGIC
88
# MAGIC 2. Run the accelerator notebooks: Feel free to explore the multi-step job page and **run the Workflow**, or **run the notebooks interactively** with the cluster to see how this solution accelerator executes.
9-
# MAGIC
9+
# MAGIC
1010
# MAGIC 2a. **Run the Workflow**: Navigate to the Workflow link and hit the `Run Now` 💥.
1111
# MAGIC
1212
# MAGIC 2b. **Run the notebooks interactively**: Attach the notebook with the cluster(s) created and execute as described in the `job_json['tasks']` below.
13-
# MAGIC
13+
# MAGIC
1414
# MAGIC **Prerequisites**
1515
# MAGIC 1. You need to have cluster creation permissions in this workspace.
16-
# MAGIC
16+
# MAGIC
1717
# MAGIC 2. In case the environment has cluster-policies that interfere with automated deployment, you may need to manually create the cluster in accordance with the workspace cluster policy. The `job_json` definition below still provides valuable information about the configuration these series of notebooks should run with.
18-
# MAGIC
18+
# MAGIC
1919
# MAGIC **Notes**
2020
# MAGIC 1. The pipelines, workflows and clusters created in this script are not user-specific. Keep in mind that rerunning this script again after modification resets them for other users too.
21-
# MAGIC
21+
# MAGIC
2222
# MAGIC 2. If the job execution fails, please confirm that you have set up other environment dependencies as specified in the accelerator notebooks. Accelerators may require the user to set up additional cloud infra or secrets to manage credentials.
2323

2424
# COMMAND ----------
@@ -104,7 +104,7 @@
104104
{
105105
"job_cluster_key": "multitouch_cluster",
106106
"new_cluster": {
107-
"spark_version": "10.4.x-cpu-ml-scala2.12",
107+
"spark_version": "12.2.x-cpu-ml-scala2.12",
108108
"spark_conf": {
109109
"spark.databricks.delta.formatCheck.enabled": "false"
110110
},

0 commit comments

Comments
 (0)