Actually I figured it out. There was a problem was that I was loading the "sbt package"-ed jar into the class path and not the "sbt assembly"-ed jar. Once I put the right jar in for package a.b.c.d.z everything worked
thanks shivani On Mon, Jun 23, 2014 at 4:38 PM, Shivani Rao <raoshiv...@gmail.com> wrote: > I have two jars with the following packages > > > package a.b.c.d.z found in jar1 > > package a.b.e found in jar2 > > > In scala REPL (no spark) both imports work just fine, but in the Spark > REPL, I found that > > > import a.b.c.d.z gives me the following error > > > object "c" is not a member of package a.b > > > Has anyone else encountered this issue? > > Appreciate any help > > Thanks, > Shivani > > -- > Software Engineer > Analytics Engineering Team@ Box > Mountain View, CA > -- Software Engineer Analytics Engineering Team@ Box Mountain View, CA