Closed danilojsl closed 2 years ago
Installation of spark-nklp with Python package is working in all environments, but when SPARK_HOME is setup, it does not find sparknlp.jar
When SPARK_HOME is setup, spark-nlp is not able to find sparknlp.jar, thus a python user requires to set spark session manually.
from sparknlp.base import *
spark_nlp_session = SparkNLP().spark_session
Is this issue resolved? @danilojsl
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days
Description
Installation of spark-nklp with Python package is working in all environments, but when SPARK_HOME is setup, it does not find sparknlp.jar
Expected Behavior
Current Behavior
When SPARK_HOME is setup, spark-nlp is not able to find sparknlp.jar, thus a python user requires to set spark session manually.
Possible Solution
Steps to Reproduce
from sparknlp.base import *
spark_nlp_session = SparkNLP().spark_session
Context
Your Environment