On Fri, Feb 24, 2012 at 11:53 AM, Ted Yu <[email protected]> wrote: > I wonder why isSuccessfulScan would raise filesystem-related exception. >
Try setting in getConfiguration() method in region_mover.rb the following:
c.set("fs.default.name", c.get(HConstants::HBASE_DIR))
c.set("fs.defaultFS", c.get(HConstants::HBASE_DIR))
on your new configuration. See if that makes a diff (My guess is that
the java stack trace is suppressed and we only see the ruby one).
St.Ack
