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
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
Hi all,
Downloading the release version Hadoop 1.0.0. from the apache web site.
After several hours' test period(by executing "ant test"), I found there
are totally 2 failures in TestCLI and TestSaslRPC cases respectively. I
wonder if there is any missing steps for me. Is there someone having the