Error using some pretrained pipelines in Spark/PySpark 3.x
See original GitHub issueDescription
When I try to use match_chunks
and match_datetime
pretrained pipelines in sparknlp_version 3.0.1, get errors while downloading these pipelines.
Current Behavior
Steps to Reproduce
pipeline = PretrainedPipeline('match_chunks', lang='en')
pipeline = PretrainedPipeline('match_datetime', lang='en')
Context
Your Environment
- Spark NLP version
sparknlp.version()
: 3.0.1 - Apache NLP version
spark.version
: 3.1.1 - Java version
java -version
: openjdk version “1.8.0_282”
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Introduction to Spark NLP: Foundations and Basic Components
This is the first article in a series of blog posts to help Data Scientists and NLP practitioners learn the basics of Spark...
Read more >spark-nlp : DocumentAssembler initializing failing with 'java ...
your Apache Spark/PySpark in order to use any release of Spark NLP above 3.0.x. The key here is to find the correct Maven...
Read more >Installation - Spark NLP - John Snow Labs
Spark NLP supports Python 3.6.x and above depending on your major ... and sentiment analysis by using Spark NLP pretrained pipelines.
Read more >spark-nlp - PyPI
Spark NLP comes with 11000+ pretrained pipelines and models in more than 200+ ... Configure Zeppelin properly, use cells with %spark.pyspark or any...
Read more >Configure Dataproc Python environment - Google Cloud
PySpark jobs on Dataproc are run by a Python interpreter on the cluster. Job code must be compatible at runtime with the Python...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Faced similar issue with check_spelling_dl in the same environment.
@Digaari Only report anything related to public and open-source. We are not responsible for anything else.