RE: object xxx is not a member of package com

2014-12-04 Thread flyson
spark-developers-list.1001551.n3.nabble.com/object-xxx-is-not-a-member-of-package-com-tp9619p9624.html Sent from the Apache Spark Developers List mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev-uns

Re: object xxx is not a member of package com

2014-12-03 Thread York, Brennon
esday, December 03, 2014 11:23 AM >To: d...@spark.incubator.apache.org >Subject: object xxx is not a member of package com > >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 direc

RE: object xxx is not a member of package com

2014-12-02 Thread Wang, Daoyuan
, December 03, 2014 11:23 AM To: d...@spark.incubator.apache.org Subject: object xxx is not a member of package com 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.yy

object xxx is not a member of package com

2014-12-02 Thread flyson
uot;import com.xxx.yyy.zzz._" on top of the impacted spark file and set the location of the jar file in the CLASSPATH environment, and use ".sbt/sbt assembly" to build the project. As a result, I got an error saying "object xxx is not a member of package com". I thought t