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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]