Hi, I am writing a maven junit test for a HBase coprocessor. The problem is that, I want to write a junit test that deploy the cp jar into a cluster, and test its function. However, test is before install so I cannot get a cp jar to deploy at that time. Is this like a chicken-and-egg problem? Any advice? Thanks! Wei
- maven junit test of a coprocessor Wei Tan
- Re: maven junit test of a coprocessor Gary Helmling
