Re: Problems Starting NameNode on hadoop-2.2.0

2014-06-02 Thread Rajat Jain
Have you tried setting fs.defaultFS with the same value? On Sat, May 31, 2014 at 11:22 AM, ishan patwa wrote: > Hi, > I recenetly isntalled hadoop-2.2.0 on my machine running :Linux > livingstream 3.2.0-29 > > However I am unable to start the namenode using > > *hadoop-daemon.sh start namenode

Downloading a jar to hadoop's lib folder (classpath)

2014-07-01 Thread Rajat Jain
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 Resou

Re: Downloading a jar to hadoop's lib folder (classpath)

2014-07-02 Thread Rajat Jain
p-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

Re: Downloading a jar to hadoop's lib folder (classpath)

2014-07-02 Thread Rajat Jain
hmm..Its interesting. When I added it in hadoop-hdfs-project/hadoop-hdfs/pom.xml it downloaded the jar locally. Any ideas why it doesn't work inside the yarn project? On Wed, Jul 2, 2014 at 10:09 AM, Rajat Jain wrote: > I tried adding the dependency in hadoop-project/pom.xml (becau

Unit tests in hadoop in 2.2.0 (and further)

2014-07-31 Thread Rajat Jain
Hello, What is the unit test status on the 2.2.0 branch of Apache? I get a lot of test failures while running those tests. I run it using mvn clean package (which runs all the tests). Am I doing something wrong? Is there a documented way of running the tests? Are there many failures in the 2.2.0 b

Hadoop 2.5.0 unit tests failures

2014-08-29 Thread Rajat Jain
Hi, I wanted to know if all the unit tests pass in the hadoop-common project across various releases. I have never been able to get a clean run on my machine (Centos 6.5 / 4GB RAM / tried both Java 6 and Java 7). I have also attached the document which has the failures that I got while running the

Different commit-ids in github across releases

2014-09-16 Thread Rajat Jain
I notice that each hadoop release-tag in github (for example, release-2.5.0 tag and release-2.5.1 tag) have different commit-ids for the same commit (eg. this and this