Skip to content

Commit

Permalink
Merge pull request #2 from databricks-industry-solutions/mlr-12.2
Browse files Browse the repository at this point in the history
Update to MLR 12.2
  • Loading branch information
dbbnicole authored Jun 14, 2023
2 parents ecf4371 + a2db319 commit 3b921df
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions RUNME.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

# DBTITLE 0,Install util packages
# MAGIC %pip install git+https://github.com/databricks-academy/dbacademy@v1.0.13 git+https://github.com/databricks-industry-solutions/notebook-solution-companion@safe-print-html --quiet --disable-pip-version-check
# MAGIC dbutils.library.restartPython()

# COMMAND ----------

Expand Down Expand Up @@ -107,7 +108,7 @@
"libraries": [
{
"maven": {
"coordinates": "com.johnsnowlabs.nlp:spark-nlp_2.12:4.0.0"
"coordinates": "com.johnsnowlabs.nlp:spark-nlp_2.12:4.4.3"
}
}
],
Expand All @@ -126,7 +127,7 @@
"libraries": [
{
"maven": {
"coordinates": "com.johnsnowlabs.nlp:spark-nlp_2.12:4.0.0"
"coordinates": "com.johnsnowlabs.nlp:spark-nlp_2.12:4.4.3"
}
}
],
Expand All @@ -142,7 +143,7 @@
{
"job_cluster_key": "gaming_cluster",
"new_cluster": {
"spark_version": "10.4.x-cpu-ml-scala2.12",
"spark_version": "12.2.x-cpu-ml-scala2.12",
"spark_conf": {
"spark.databricks.delta.formatCheck.enabled": "false"
},
Expand Down

0 comments on commit 3b921df

Please sign in to comment.