nitin-kalyankar25
nitin-kalyankar25
@radhikabajaj123 : I recently installed the setup successfully. Can you write down the steps you followed to understand the issue?
@radhikabajaj123 : As your error indicates, `initialize Spark session. java.lang.ClassNotFoundException: org.apache.spark.CometPlugin`, the `CometPlugin` class is not being found. This typically happens when the JAR containing the class is either missing...
@radhikabajaj123 : Not exactly. Try deleting the JAR files from the `/spark/target/` directory, where the JAR is created after running the build command.
@radhikabajaj123 : Which Spark shell and Scala version are you using in your Spark setup?