HBears快照问题



我已经在hbase-0.94中拍摄了快照。当我尝试移动到另一个 hbase-0.94.8 伪分布式模式时(命令如下所述)

./hbase org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot mission_snapshot -copy-to hdfs:///xx.xx.xx.246:9000/hbase/

我收到此错误

Exception in thread "main" java.io.IOException: Incomplete HDFS URI, no host: hdfs:///xx.xx.xx.246:9000/hbase
        at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:85)
        at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:1386)
        at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:66)
        at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:1404)
        at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:254)
        at org.apache.hadoop.hbase.snapshot.ExportSnapshot.run(ExportSnapshot.java:610)

我使用 telnet 命令检查另一台机器是否通过端口连接,并且双向 ping 也正在发生。

我对这个问题感到震惊。帮助我继续。

使用这个
./hbase org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot mission_snapshot -copy-to hdfs://xx.xx.xx.246:8082/hbase/

最新更新