On Fri, Jul 23, 2010 at 6:39 AM, gagansnt <[email protected]> wrote: > > I was trying to run the Juint testcases on my custom Cluster which setup on > remote machine. I have modified the hbase-site.xml to point to remote hdfs > setup. But when run the unit test case it starts looking in my local host. >
Unit tests put up mini clusters to run their tests against. Are you trying to instead have the unit tests run against your remote cluster instead? If so, I do not believe this possible without modifying tests such that the target cluster is configurable. To compound, you are running on windows it would seem. You've had a look at http://hbase.apache.org/docs/r0.20.5/cygwin.html? Yours, St.Ack
