Hi Daoyuan,
Actually I had already tried the way as you mentioned, but it didn't work
for my case. I still got the same compilation errors.
Anyone can tell me how to resolve the library dependency on the 3rd party
jar in sbt?
Thanks!
Min
--
View this message in context:
http://apache-spark-d
Hello everyone,
Could anybody tell me how to import and call the 3rd party java classes from
inside spark?
Here's my case:
I have a jar file (the directory layout is com.xxx.yyy.zzz) which contains
some java classes, and I need to call some of them in spark code.
I used the statement "import com.x