Hi,
We're in the process of upgrading HBase 0.98.6 to 1.2, and found that creating,
disabling, and deleting tables in integration tests powered by
HBaseTestingUtility is extremely slow (several seconds). Is this is a known
issue, and if not, is there some configuration we can set to speed these up?
We measured the running time of either side of the RPC, and it doesn't seem
like it should be that slow.
Our test hbase-site.xml currently looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<property>
<name>hbase.defaults.for.version.skip</name>
<value>true</value>
</property>
</configuration>
Thanks,
Kanak