Hi guys,
i'm writing an interpreter (
https://github.com/conker84/incubator-zeppelin/tree/master/spark-eclairjs)
of EclairJS project (https://github.com/EclairJS/eclairjs-nashorn) i have
some problem in build phase: if i make spark dependencies "provided" these
aren't loaded, if these are set as "compiled" everything goes ok.
I tried to make my interpreter in spark interpreter leaving without changes
in the pom configuration (just adding what is necessary for my code...) and
everything is ok.
Can someone help me?
Thanks!
Andrea