Re: 2 Failures in unit test of Hadoop 1.0.0 version

2012-02-06 Thread Grace
The root cause for another one has been found as well. To map 127.0.0.1 with localhost instead of localhost.localdomain(which is set in the OS by default). Now, all the unit tests have passed already. No more question. thanks On Mon, Feb 6, 2012 at 9:53 PM, Grace wrote: > Found one of the probl

Re: 2 Failures in unit test of Hadoop 1.0.0 version

2012-02-06 Thread Grace
Found one of the problem(TestCLI) . The user name contains uppercase alphabet, which causes the parts of the RegexpComparator failed. On Mon, Feb 6, 2012 at 9:35 PM, Grace wrote: > Hi all, > > Downloading the release version Hadoop 1.0.0. from the apache web site. > After several hours' test per