You need the setting default.fs in your hbase site configuration. I think it got renamed but that's it. I have had this problem before too.
On Feb 18, 2010 10:19 AM, "Jean-Daniel Cryans" <jdcry...@apache.org> wrote: Ther zookeeper exception is ok, we're just checking that the master is down (and that tells you it is). The error you have is the next exception. Wrong FS, it seems that you are trying to run the merge tool without the normal hbase configurations. You could pastebin your hbase-site.xml? WRT merging adjacent regions, it's mandatory since they are sorted. In the master's web ui, click on the table name and they will appear in order (and see how the last row key is the starting one of the next region). J-D On Thu, Feb 18, 2010 at 8:12 AM, Manuel de Ferran <manuel.defer...@gmail.com> wrote: > Greetings, >...