Re: java.io.FileNotFoundException in exportSnapshot

2017-07-21 Thread Dawid Adach
Did you solved that? [image: mdb-logo] Dawid Adach +48 695 608 802 www.MDBootstrap.com [image: li-logo] [image: tw-logo] [image: gp-logo]

Re: java.io.FileNotFoundException in exportSnapshot

2015-03-17 Thread Akmal Abbasov
Is this a bug? I’ve tried the same configuration files with hadoop 2.6.0, hbase 1.0.0 and it is working. But when I am using the same configuration files, and doing the same thing with hadoop 2.5.1 and hbase 0.98.7-hadoop2 I have this errors hbase-0.98.7-hadoop2/bin/hbase org.apache.hadoop.hbase

Re: java.io.FileNotFoundException in exportSnapshot

2015-03-17 Thread Akmal Abbasov
Hi Ted, I am using hbase-098.7, hadoop-2.5.1 The command I am using is ./hbase org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot mysnap -copy-to hdfs://backupnode/hbase > On 17 Mar 2015, at 14:04, Ted Yu wrote: > > Can you show us the command you used ? > > What hbase release are you

Re: java.io.FileNotFoundException in exportSnapshot

2015-03-17 Thread Ted Yu
Can you show us the command you used ? What hbase release are you using ? Thanks > On Mar 17, 2015, at 4:38 AM, Akmal Abbasov wrote: > > Hi, I have 2 clusters running HBase, and I want to export a snapshot from > cluster A to cluster B. > When I am doing exportSnapshot I am getting java.io.

java.io.FileNotFoundException in exportSnapshot

2015-03-17 Thread Akmal Abbasov
Hi, I have 2 clusters running HBase, and I want to export a snapshot from cluster A to cluster B. When I am doing exportSnapshot I am getting java.io.FileNotFoundException, because it is searching for a jar file in hdfs, not in my local storage. Any ideas how it could be solved? Here is an outpu