Skip to content

Commit 9579927

Browse files
author
546075910
committed
GH140_Configure_auto_build_spark
Adapt Notebook to use spark-nlp compatabile with spark23 Spark NLP Apache Spark 2.3.x Apache Spark 2.4.x 2.5.5 YES YES Upgrade spark-nlp-jsl to 2.5.5
1 parent cc13c80 commit 9579927

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jupyter/SparkOcrPositionFinder.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"outputs": [],
7171
"source": [
7272
"# install from PYPI using secret\n",
73-
"%pip install spark-nlp==2.4.3\n",
73+
"%pip install spark-nlp==2.5.5\n",
7474
"%pip install spark-ocr==$version --user --extra-index-url=https://pypi.johnsnowlabs.com/$secret --upgrade"
7575
]
7676
},
@@ -145,7 +145,7 @@
145145
"if license:\n",
146146
" os.environ['JSL_OCR_LICENSE'] = license\n",
147147
"\n",
148-
"spark = start(secret=secret, jar_path=spark_ocr_jar_path, nlp_version=\"2.4.3\")\n",
148+
"spark = start(secret=secret, jar_path=spark_ocr_jar_path, nlp_version=\"2.5.5\")\n",
149149
"spark"
150150
]
151151
},
@@ -417,4 +417,4 @@
417417
},
418418
"nbformat": 4,
419419
"nbformat_minor": 2
420-
}
420+
}

0 commit comments

Comments
 (0)