You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use ScalaBuff with Apache Spark. when I use scala classes on my project I get this error
NoClassDefFoundError: net/sandrogrzicic/scalabuff/Message
I tried to use ScalaBuff with Apache Spark. when I use scala classes on my project I get this error
NoClassDefFoundError: net/sandrogrzicic/scalabuff/Message
SBT:
name := "untitled1"
version := "1.0"
scalaVersion := "2.10.4"
libraryDependencies += "net.sandrogrzicic" %% "scalabuff-runtime" % "1.4.0"
libraryDependencies += "org.apache.spark" %% "spark-sql" % "1.3.0-SNAPSHOT"
Any thoughts ?
Thanks!
The text was updated successfully, but these errors were encountered: