SrilekhaIG
SrilekhaIG
Hello Using Raydp to start a spark cluster and then run a pipeline from John Snow Labs sparknlp. It gives me an issue when I try to view the spark...
Trying to use sparknlp with Ray framework Tried to start the sparksession with Ray: spark = raydp.init_spark(app_name='Sparknlp', num_executors=2, executor_cores=2, executor_memory='4GB',configs={"spark.driver.memory":"16G", "spark.driver.maxResultSize": "0", "spark.kryoserializer.buffer.max": "2000M", "spark.jars.packages": "com.johnsnowlabs.nlp:spark-nlp-spark32_2.12:3.4.1"} ) However after running...