>  I added it in the pom.xml file (inside 
> hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-resourcemanager/pom.xml)
> mvn package -Pdist,native -Dtar ....

How about editing hadoop-project/pom.xml and add your dependency to
it? I think it will work.

Thanks,
- Tsuyoshi

On Wed, Jul 2, 2014 at 1:53 PM, Rajat Jain <rajat...@gmail.com> wrote:
> Hi,
>
> I have made some changes to hadoop2 code which requires a jar's dependency.
> I added it in the pom.xml file (inside
> hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-resourcemanager/pom.xml)
> which makes sure that my code compiles. However, I'm unable to run the
> daemon because ResourceManager fails with ClassNotFound exception.
> Basically, when I ran
>
> mvn package -Pdist,native -Dtar ....
>
> it did not download the dependency jar (which is present in my local .m2)
> into the lib/ folder. How do I make sure that the jar is downloaded to my
> lib path?
>
> Thanks,
> Rajat



-- 
- Tsuyoshi

Reply via email to