RE: Need help for building haddop source on windows7

2013-11-19 Thread Ian Jackson
che.org Subject: Re: Need help for building haddop source on windows7 Ranjan, I'm not a Maven expert, however it looks like the HDFS build was unable to find 3.0.0 hadoop-common Jars from your local build and is looking for them in the online repository. It should be finding them from your

Re: Need help for building haddop source on windows7

2013-11-15 Thread Arpit Agarwal
Ranjan, I'm not a Maven expert, however it looks like the HDFS build was unable to find 3.0.0 hadoop-common Jars from your local build and is looking for them in the online repository. It should be finding them from your local build. Did you make any changes to pom.xml? You can try specifying the

Re: Need help for building haddop source on windows7

2013-11-14 Thread Ranjan Dutta
Hi Arpit, I have taken the latest code from trunk and getting following error while trying to build Hadoop HDFS on windows 7. Can anybody help to resolve this issue. [ERROR] Failed to execute goal on project hadoop-hdfs: Could not resolve depende ncies for project org.apache.hadoop:hadoop-hdfs:

Re: Need help for building haddop source on windows7

2013-10-28 Thread Arpit Agarwal
Ranjan, it looks like the release version in a pom.xml was edited. You might want to try again with a clean source tree. On Sun, Oct 27, 2013 at 9:07 PM, Ranjan Dutta wrote: > Hi, > > I was trying to build the latest Hadoop code taken from trunk in Windows 7 > and end up with following build err