On Nov 21, 2007, at 7:21 AM, Eugeny N Dzhurinsky wrote:

For the tests we would like to have a hadoop filesystem up and configured, so using stubs and some mocks of core interfaces we can test the overall storage functionality we're about to develop (which would be a part of map/ reduce jobs
later).

The unit tests currently use the mini-dfs cluster and mini-mapreduce cluster to get this functionality. Look in the src/test subdirectory for MiniDFSCluster and MiniMRCluster. Each class creates a virtual cluster within the same process.

-- Owen

Reply via email to