For the Import tool, you can specify the following (quoted from usage):
System.err.println("To import data exported from HBase 0.94, use");
System.err.println(" -Dhbase.import.version=0.94");
FYI
On Sun, Aug 14, 2016 at 12:09 AM, Rob Verkuylen <[email protected]> wrote:
> We're recovering from a crash of hbase-0.94.6 where the master refuses to
> come up, while hdfs is fine. Why this happened exactly is something we're
> looking into.
>
> In the meantime we're looking to migrate as fast as possible to another
> cluster running hbase1.2.
>
> Since we cannot use the default import tool anymore. If we distcp the raw
> hfiles from old to new cluster, is there a way to safely load/bulkload
> these into the hbase1.2 cluster?
>