java.lang.ClassNotFoundException: org.apache.spark.SparkConf - Works with IDE but not when running the simulation #313
Unanswered
SafrasIqbal
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hello @kschrab and @schwepmo , Please help me with some direction/workaround for the above issue. greatly appreciate. Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you start your simulation in the IDE, you need to add your application project to the <dependency>
<groupId>org.eclipse.mosaic.app</groupId>
<artifactId>your-application-name</artifactId>
<version>${mosaic.version}</version>
<scope>runtime</scope>
</dependency> Otherwise, if you start your simulation from the installation bundle, you need to copy all required jar files to the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use Spark data processing , I tested the code in the Eclipse IDE, all dependencies added and working. However, when try to use with the simulation its throws an error cannot find the class.
I try to add them separately to the MOSAIC lib folder /Application folder in the scenario nothing works.
Please help me figure out what am I missing here. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions