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
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
, 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
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