-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error in the project #2
Comments
Hi, Regarding the second issue, have you tried to remove the |
Hi, thanks for the reply. The compilation error is still not resolved. Am i missing anything ? Thanks |
Not sure what is going on there. You could try to extract the GeoPoint case class into a separate file. The run command probably fails because the sources cannot be compiled. |
I saw the same issue. This was because the source was compiled with an older version of Scala and my IDE was using a newer version. Specifically 2.10.x vs 2.11. You set the Scala Library Container version to 2.10.x. If it's 2.11.x, you'll see compile errors. |
Hi,
I clone the repo https://github.com/dataArtisans/flink-streaming-demo.git.
After that I imported the project to an IDE. However i am getting compilation error, see screenshot below :
Also as suggested i run the project with the following configuration (screenshot below), however i end up getting an error "Error: Could not find or load main class com.dataartisans.flink_demo.examples.TotalArrivalCount.scala"
The text was updated successfully, but these errors were encountered: