RE: object xxx is not a member of package com

2014-12-04 Thread flyson
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

object xxx is not a member of package com

2014-12-02 Thread flyson
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