Ah, yes I remember. For YARN this is because the hama jars are not in the YARN lib folder. When using bin/hadoop jar hama-yarn.jar <some fancy example included> this won't work when the dependencies are not included. We can just shade the hama jars, and not the rest. Maybe this will be a bit more lightweight.
2012/2/1 Edward J. Yoon <[email protected]> > JAR files size too big (20mb and 60mb). Moreover, basically, all > dependencies are in project lib folder and will be loaded from > bin/hama or bin/yarn scripts. > > If there's a specific reason to package w/ all dependencies, Pls let me > know. > > On Wed, Feb 1, 2012 at 4:54 PM, Thomas Jungblut > <[email protected]> wrote: > > why? > > > > 2012/2/1 Edward J. Yoon <[email protected]> > > > >> Hi, > >> > >> In examples and yarn modules' pom, there's a shade-plugin. I'd like to > >> get rid of shade option. > >> > >> What do you think? > >> > >> -- > >> Best Regards, Edward J. Yoon > >> @eddieyoon > >> > > > > > > > > -- > > Thomas Jungblut > > Berlin <[email protected]> > > > > -- > Best Regards, Edward J. Yoon > @eddieyoon > -- Thomas Jungblut Berlin <[email protected]>
