Re: [ hbase ] Re: hbase coprocessor unit testing

2012-04-17 Thread Marcin Cylke
On 16/04/12 16:49, Alex Baranau wrote: Here's some code that worked for me [1]. You may also find useful to look at the pom's dependencies [2]. Thanks, Your cluster initialization is certainly more elegant than what I had. However it still gives me the same error as I reported. Moreover, I've

Re: [ hbase ] Re: hbase coprocessor unit testing

2012-04-17 Thread Alex Baranau
Just tried to do a clean clone, then $ mvn -Dtest=TestHBaseHutCps test went well [1]. How long does it take for test to fail when you run it? Some sanity checks: 1) make sure you don't have 127.0.1.1 in your /etc/hosts (only 127.0.0.1) 2) make sure there are no hbase/hadoop processes running

Re: [ hbase ] Re: hbase coprocessor unit testing

2012-04-17 Thread Marcin Cylke
On 16/04/12 16:49, Alex Baranau wrote: Here's some code that worked for me [1]. You may also find useful to look at the pom's dependencies [2]. Thanks, Your cluster initialization is certainly more elegant than what I had. However it still gives me the same error as I reported. Moreover, I've