Skip to content

Commit

Permalink
GH140_Configure_auto_build_spark
Browse files Browse the repository at this point in the history
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
  • Loading branch information
546075910 committed Aug 12, 2020
1 parent fdc6902 commit 78ceb1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jupyter/SparkOcrUpdateTextPosition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"output_type": "stream",
"text": [
"Requirement already satisfied: spark-nlp==2.5.5 in /usr/local/lib/python3.7/site-packages (2.5.5)\n",
"\u001b[33mWARNING: You are using pip version 19.3.1; however, version 20.2.1 is available.\n",
"You should consider upgrading via the 'pip install --upgrade pip' command.\u001b[0m\n",
"\u001B[33mWARNING: You are using pip version 19.3.1; however, version 20.2.1 is available.\n",
"You should consider upgrading via the 'pip install --upgrade pip' command.\u001B[0m\n",
"Note: you may need to restart the kernel to use updated packages.\n"
]
}
Expand Down Expand Up @@ -365,4 +365,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

1 comment on commit 78ceb1d

@review-notebook-app
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Jupyter notebook diffs for this commit on  ReviewNB

You can open a pull request to discuss changes and offer feedback.


Powered by ReviewNB

Please sign in to comment.