Hi,

I would like to ask about a potential workaround/pattern. Let's say you
have a schema with 10 tables and want to have unit tests with embedded
HBase (similar way as in HBase tests). The way we do that is having
@Before that starts the cluster and then something like init method for
creating tables that test methods need. Finally @After closes the
cluster. The problem is that creating tables via admin.createTable()
takes too much time. It is about a few or more seconds per each table
(visibly slow). The question is how can I speed up that process?

Przemek

-- 
SubRecord - Enterprise Aspects Stack
http://subrecord.org

Reply via email to