Re: ExportSnapshot to another cluster fails with: Error: java.io.FileNotFoundException: File does not exist: /hbase/archive/data/default/TABLE/...

2019-09-17 Thread Alexander Batyrshin
I’ve checked logs from HBase master and didn’t find any logs about cleaning this files > On 17 Sep 2019, at 02:05, 张铎(Duo Zhang) wrote: > > Try disabling the hfile cleaner at the destination cluster when exporting > the snapshot? > > Alexander Batyrshin <0x62...@gmail.com>于2019年9月16日 周一08:02写

Re: ExportSnapshot to another cluster fails with: Error: java.io.FileNotFoundException: File does not exist: /hbase/archive/data/default/TABLE/...

2019-09-16 Thread Duo Zhang
Try disabling the hfile cleaner at the destination cluster when exporting the snapshot? Alexander Batyrshin <0x62...@gmail.com>于2019年9月16日 周一08:02写道: > Looks like snapshot files somehow disappear at destination cluster > > Complete stack trace: > > 2019-09-16 03:00:18,291 INFO [main] mapreduce.J

Re: ExportSnapshot to another cluster fails with: Error: java.io.FileNotFoundException: File does not exist: /hbase/archive/data/default/TABLE/...

2019-09-16 Thread Alexander Batyrshin
Any ideas how to export snapshot? Looks like -mapper 1 fixes this issue, but I can’t confirm 100% because it tales too long > On 16 Sep 2019, at 11:45, Alexander Batyrshin <0x62...@gmail.com> wrote: > > HBase version 1.4.10 > > Export command: sudo -u hadoop /opt/hbase/bin/hbase > org.apache.

Re: ExportSnapshot to another cluster fails with: Error: java.io.FileNotFoundException: File does not exist: /hbase/archive/data/default/TABLE/...

2019-09-16 Thread Alexander Batyrshin
HBase version 1.4.10 Export command: sudo -u hadoop /opt/hbase/bin/hbase org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot snapshot-TABLE -copy-to hdfs://hbase-cluster-2.datahouse/hbase > On 16 Sep 2019, at 11:32, Alexander Batyrshin <0x62...@gmail.com> wrote: > > I can’t find any log

Re: ExportSnapshot to another cluster fails with: Error: java.io.FileNotFoundException: File does not exist: /hbase/archive/data/default/TABLE/...

2019-09-16 Thread Alexander Batyrshin
I can’t find any logs from HBase Master cleaner about deleting this archive files. > On 16 Sep 2019, at 03:02, Alexander Batyrshin <0x62...@gmail.com> wrote: > > Looks like snapshot files somehow disappear at destination cluster > > Complete stack trace: > > 2019-09-16 03:00:18,291 INFO [mai

ExportSnapshot to another cluster fails with: Error: java.io.FileNotFoundException: File does not exist: /hbase/archive/data/default/TABLE/...

2019-09-15 Thread Alexander Batyrshin
Looks like snapshot files somehow disappear at destination cluster Complete stack trace: 2019-09-16 03:00:18,291 INFO [main] mapreduce.Job: Task Id : attempt_1563449245683_0180_m_43_2, Status : FAILED Error: java.io.FileNotFoundException: File does not exist: /hbase/archive/data/default/TA