Re: sql paragraph doesn't see my 3rd party jars

2017-10-13 Thread moon soo Lee
.ContainerProto not found) > > > It's confusing since spark paragraph works well with > code > > import com.my.ContainerProto > // bla-bla > rdd.map{bytes => ContainerProto.fromBytes(bytes)} > > Code executed and result produced. Why sql paragraph doesn't see my 3rd > party jars? > > > >

sql paragraph doesn't see my 3rd party jars

2017-10-07 Thread Serega Sheypak
.ContainerProto not found) It's confusing since spark paragraph works well with code import com.my.ContainerProto // bla-bla rdd.map{bytes => ContainerProto.fromBytes(bytes)} Code executed and result produced. Why sql paragraph doesn't see my 3rd party jars?