You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/05/03 10:00:55 UTC

[GitHub] [spark] argaytan commented on pull request #26480: [SPARK-29808][ML][PYTHON] StopWordsRemover should support multi-cols

argaytan commented on PR #26480:
URL: https://github.com/apache/spark/pull/26480#issuecomment-1115925577

   it doesn't work:
   
   `
   Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/spark/ml/feature/StopWordsRemover
   	at com.kyndryl.etl.SparkJob$.main(SparkJob.scala:51)
   	at com.kyndryl.etl.SparkJob.main(SparkJob.scala)
   Caused by: java.lang.ClassNotFoundException: org.apache.spark.ml.feature.StopWordsRemover
   	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
   	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355)
   	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
   	... 2 more
   `


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org