Hy, I downloaded the sources for my hbase-version and started debugging. I realized when creating the configuration with HBaseConfiguration.create(myConf) I am not able to skip the version check, as by default the flag is set to "false". Even if I would use the deprecated constructors it is the same behavior. Maybe the merge could be done before the version is checked so my "true" flag has some effect?
But that does not solve the issue that the default xml is not found, although it is included in my osgi-created jar (at the same location as in the original jar). Unfortunately hadoop-core sources are not deployed, so I can't download them and debug those as well to see where exactly it is looking for the xml-file. Thank you for your time. Best regards -----Original Message----- Hy, this is a response to http://mail-archives.apache.org/mod_mbox/hbase-dev/201204.mbox/%3CCAGpTDNfS4g-TPeCriu%2BGxk81%3Dr09B-hgzWD7EzknMBm_4hWvqg%40mail.gmail.com%3E I didn't get any re-e-mail, and was not subscribed. Sorry. First, thanks for the hint, but, as I use maven for all that I'm sure that I don't use version 0.20. This is the dependency I use to create my OSGi lib: <dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase</artifactId> <version>0.92.0</version> </dependency> Is there any other explanation that would cause this error? Thanks. +----------------------------------------------------------------------+ | - The message was not encrypted and not digitally signed | +----------------------------------------------------------------------+
