I don't think make the assembly jar as dependency a good practice. You may meet jar hell issue in that case.
On Fri, Dec 11, 2015 at 2:46 PM, Xiaoyong Zhu <[email protected]> wrote: > Hi Experts, > > > > We have a project which has a dependency for the following jar > > > > spark-assembly-<version>-hadoop<version>.jar > > for example: > > spark-assembly-1.4.1.2.3.3.0-2983-hadoop2.7.1.2.3.3.0-2983.jar > > > > since this assembly might be updated in the future, I am not sure if there > is a Maven repo that has the above spark assembly jar? Or should we create > & upload it to Maven central? > > > > Thanks! > > > > Xiaoyong > > > -- Best Regards Jeff Zhang
