<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: hbase backup help in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241852#M203655</link>
    <description>&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer" href="http://kailash%20salton/" target="_blank"&gt;&lt;EM&gt;@kailash salton&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;  &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Can you share the exact backup command? My interest is the backup dir !&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jun 2019 22:53:00 GMT</pubDate>
    <dc:creator>Shelton</dc:creator>
    <dc:date>2019-06-07T22:53:00Z</dc:date>
    <item>
      <title>hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241844#M203647</link>
      <description>&lt;P&gt;Hi, I'm new in big DATA,&lt;/P&gt;&lt;P&gt;I'm working with HDP 2.6.5, Ambari 2.6.2, HBase 1.1.2&lt;BR /&gt;&lt;BR /&gt;I would like to make a weekly full backups of all tables of HBase (all regionservers and my HBase master)&lt;/P&gt;&lt;P&gt;and daily incremental backups of same things&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;No one has made a backup, so that's reason I am trying to make one.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;HBase is kerberised. so I did a kinit as hbase user&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I tried those commands on my hbase master (in local on it) :&lt;/P&gt;&lt;P&gt;hbase backup create full hdfs://[FQDN server]:[port]/ -set /etc/hbase/hbase_backup_full/test -w 3&lt;/P&gt;&lt;P&gt;goal : backup all tables in the file called test (I've created it so I don't understand why it tells me that's empty, and I've made a chown hbase:hbase on it as well as on the directory hbase_backup_full)&lt;BR /&gt;issue :&lt;EM&gt; 634 ERROR [main] util.AbstractHBaseTool: Error running command-line tool&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IOException: Backup set '/etc/hbase/hbase_backup_full/test' is either empty or does not exist&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;could anyone help me please ?&lt;/P&gt;&lt;P&gt;Do I need to modify some config files to do this ? if yes which ?&lt;/P&gt;&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 19:17:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241844#M203647</guid>
      <dc:creator>kailash_salton_</dc:creator>
      <dc:date>2019-06-05T19:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241845#M203648</link>
      <description>&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer nofollow noopener noreferrer" href="http://@kailash%20salton" target="_blank"&gt;&lt;EM&gt;@kailash salton&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I have tried as much as possible to explain the process of doing a successful hbase backup. I think for sure is to enable hbase backup by adding some parameters documented below.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;There are a couple of things to do like copying the core-site.xml to the hbase/conf directory etc. I hope this process helps you achieve your target. I have not included the incremental that documentation you can easily find &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Check the directories in hdfs&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;[hbase@nanyuki ~]$ hdfs dfs -ls /
Found 12 items
drwxrwxrwx &amp;nbsp; - yarn &amp;nbsp; hadoop &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 2018-12-17 13:07 /app-logs
drwxr-xr-x &amp;nbsp; - hdfs &amp;nbsp; hdfs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 2018-09-24 00:22 /apps
.......
drwxr-xr-x &amp;nbsp; - hdfs &amp;nbsp; hdfs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 2019-01-29 06:06 /test
drwxrwxrwx &amp;nbsp; - hdfs &amp;nbsp; hdfs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 2019-06-04 23:14 /tmp
drwxr-xr-x &amp;nbsp; - hdfs &amp;nbsp; hdfs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 2018-12-17 13:04 /user&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Created a backup directory in hdfs &lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;[root@nanyuki ~]# su - hdfs
Last login: Wed Jun &amp;nbsp;5 20:47:02 CEST 2019
[hdfs@nanyuki ~]$ hdfs dfs -mkdir /backup
[hdfs@nanyuki ~]$ hdfs dfs -chown hbase &amp;nbsp;/backup&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Validate the backup directory was created with correct permissions&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;[hdfs@nanyuki ~]$ hdfs dfs -ls /
Found 13 items
drwxrwxrwx &amp;nbsp; - yarn &amp;nbsp; hadoop &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 2018-12-17 13:07 /app-logs
drwxr-xr-x &amp;nbsp; - hdfs &amp;nbsp; hdfs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 2018-09-24 00:22 /apps
drwxr-xr-x &amp;nbsp; - yarn &amp;nbsp; hadoop &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 2018-09-24 00:12 /ats
drwxr-xr-x &amp;nbsp; - hbase &amp;nbsp;hdfs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 2019-06-05 21:11 /backup
.......
drwxr-xr-x &amp;nbsp; - hdfs &amp;nbsp; hdfs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 2018-12-17 13:04 /user&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Invoked the hbase shell to check the tables &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;[hbase@nanyuki ~]$ hbase shell
HBase Shell; enter 'help&amp;lt;RETURN&amp;gt;' for list of supported commands.
Type "exit&amp;lt;RETURN&amp;gt;" to leave the HBase Shell
Version 1.1.2.2.6.5.0-292, r897822d4dd5956ca186974c10382e9094683fa29, Fri May 11 08:00:59 UTC 2018
hbase(main):001:0&amp;gt; list_namespace
NAMESPACE
PDFTable
default
hbase
3 row(s) in 4.6610 seconds&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt; Check the tables&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;hbase(main):002:0&amp;gt; list_namespace_tables 'hbase'
TABLE
acl
meta
namespace
3 row(s) in 0.1970 seconds&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hbase need a table called "&lt;STRONG&gt;backup&lt;/STRONG&gt;" table in hbase namespace which was missing this table is created if hbase backup is enabled see below so I had to add the below parameters in Custom hbase-site at the same time enabling hbase backup&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;hbase.backup.enable=true
hbase.master.logcleaner.plugins=YOUR_PLUGINS,org.apache.hadoop.hbase.backup.master.BackupLogCleaner
hbase.procedure.master.classes=YOUR_CLASSES,org.apache.hadoop.hbase.backup.master.LogRollMasterProcedureManager
hbase.procedure.regionserver.classes=YOUR_CLASSES,org.apache.hadoop.hbase.backup.regionserver.LogRollRegionServerProcedureManager
hbase.coprocessor.region.classes=YOUR_CLASSES,org.apache.hadoop.hbase.backup.BackupObserver&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;After adding the above properties in Custom hbase-site and restarting hbase magically the backup table was created!&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;[hbase@nanyuki ~]$ hbase shell
HBase Shell; enter 'help&amp;lt;RETURN&amp;gt;' for list of supported commands.
Type "exit&amp;lt;RETURN&amp;gt;" to leave the HBase Shell
Version 1.1.2.2.6.5.0-292, r897822d4dd5956ca186974c10382e9094683fa29, Fri May 11 08:00:59 UTC 2018
hbase(main):001:0&amp;gt; list_namespace_tables 'hbase'
TABLE
acl
backup
meta
namespace
4 row(s) in 0.3230 seconds&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Error with the backup command&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;[hbase@nanyuki ~]$ hbase backup create "full" &amp;nbsp;hdfs://nanyuki.kenya.ke:8020/backup &amp;nbsp;-set texas
2019-06-05 22:28:37,475 ERROR [main] util.AbstractHBaseTool: Error running command-line tool
java.io.IOException: Backup set 'texas' is either empty or does not exist
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hbase.backup.impl.BackupCommands$CreateCommand.execute(BackupCommands.java:182)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hbase.backup.BackupDriver.parseAndRun(BackupDriver.java:111)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hbase.backup.BackupDriver.doWork(BackupDriver.java:126)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hbase.util.AbstractHBaseTool.run(AbstractHBaseTool.java:112)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.hadoop.hbase.backup.BackupDriver.main(BackupDriver.java:131)&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;To resolve the error "Backup set 'texas' is either empty or does not exist" I pre-emptively create the directory&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;[hdfs@nanyuki ~]$ hdfs dfs -touchz /backup/texas
[hdfs@nanyuki ~]$ hdfs dfs -ls /backup
Found 1 items
-rw-r--r-- &amp;nbsp; 3 hdfs hdfs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 2019-06-05 22:51 /backup/texas&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Check the core-site.xml is in /.../hbase/conf directory if not like below I copied the core-site.xml over&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;[root@nanyuki ~] cp /etc/hadoop/2.6.5.0-292/0/core-site.xml /etc/hbase/conf/&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;validate the copy&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;[root@nanyuki conf]# ls -lrt /etc/hbase/conf/
total 60
-rw-r--r-- 1 root &amp;nbsp;root &amp;nbsp; 4537 May 11 &amp;nbsp;2018 hbase-env.cmd
-rw-r--r-- 1 hbase hadoop &amp;nbsp;367 Sep 23 &amp;nbsp;2018 hbase-policy.xml
-rw-r--r-- 1 hbase hadoop 4235 Sep 23 &amp;nbsp;2018 log4j.properties
-rw-r--r-- 1 hbase root &amp;nbsp; &amp;nbsp; 18 Oct &amp;nbsp;1 &amp;nbsp;2018 regionservers
............
-rw-r--r-- 1 root &amp;nbsp;root &amp;nbsp; 3946 Jun &amp;nbsp;5 22:38 &lt;STRONG&gt;core-site.xml&lt;/STRONG&gt;&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Relaunched the hbase backup, it was like frozen but at last, I got a "&lt;STRONG&gt;SUCCESS&lt;/STRONG&gt;"&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;[hbase@nanyuki ~]$ hbase backup create "full" &amp;nbsp;hdfs://nanyuki.kenya.ke:8020/backup
2019-06-05 22:52:57,024 INFO &amp;nbsp;[main] util.BackupClientUtil: Using existing backup root dir: hdfs://nanyuki.kenya.ke:8020/backup
Backup session backup_1559767977522 finished. Status: &lt;STRONG&gt;SUCCESS&lt;/STRONG&gt;&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Checked the YARN UI some backup process was going on see screenshot below &lt;STRONG&gt;hbase_backup.PNG&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="109244-hbase-backup.png" style="width: 1765px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/13666iA6BB038B251DA89B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="109244-hbase-backup.png" alt="109244-hbase-backup.png" /&gt;&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;After successful backup see below screenshot &lt;STRONG&gt;hbase_backup2.PNG&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="109184-hbase-backup2.png" style="width: 1854px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/13667i24AA4750CA263FE7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="109184-hbase-backup2.png" alt="109184-hbase-backup2.png" /&gt;&lt;/span&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Validate the backup was done this give some details like time, type "&lt;STRONG&gt;FULL&lt;/STRONG&gt;" etc&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;[hbase@nanyuki hbase-client]$ bin/hbase backup show
Unsupported command for backup: show
[hbase@nanyuki hbase-client]$ hbase backup history
ID &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : backup_1559767977522
Type &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : FULL
Tables &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : ATLAS_ENTITY_AUDIT_EVENTS,jina,atlas_titan,PDFTable:DOCID001,PDFTable,testtable3
State &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: COMPLETE
Start time &amp;nbsp; &amp;nbsp; : Wed Jun 05 22:52:57 CEST 2019
End time &amp;nbsp; &amp;nbsp; &amp;nbsp; : Wed Jun 05 23:14:20 CEST 2019
Progress &amp;nbsp; &amp;nbsp; &amp;nbsp; : 100&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Backup in the backup directory in hdfs&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;[hdfs@nanyuki backup]$ hdfs dfs -ls /backup
Found 2 items
drwxr-xr-x &amp;nbsp; - hbase hdfs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0 2019-06-05 23:11 /backup/backup_1559767977522&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Happy hadooping&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer nofollow noopener noreferrer" href="https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.1.0/hbase-data-access/content/hbase-backup-subcommands.html" target="_blank"&gt;&lt;EM&gt;Reference Hbase backup commands&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2019 22:07:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241845#M203648</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-08-17T22:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241846#M203649</link>
      <description>&lt;P&gt;Hi @&lt;A rel="nofollow" href="https://community.hortonworks.com/users/1271/sheltong.html"&gt;Geoffrey Shelton Okot&lt;/A&gt; , thanks a lot for your answer, it's very usefull to me. Have a nice day &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 14:01:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241846#M203649</guid>
      <dc:creator>kailash_salton_</dc:creator>
      <dc:date>2019-06-06T14:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241847#M203650</link>
      <description>&lt;P&gt;&lt;A rel="user nofollow noopener noreferrer" href="https://community.hortonworks.com/users/1271/sheltong.html" target="_blank"&gt;Geoffrey Shelton Okot&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your explications,&lt;/P&gt;&lt;P&gt;now I see a backup created (but failed)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="109237-issue.png" style="width: 928px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/13665i8B05F471BCD68EF7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="109237-issue.png" alt="109237-issue.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I think the issue is due to a permission denied by Atlas&lt;/P&gt;&lt;P&gt;the backup directory created is empty&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2019 22:07:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241847#M203650</guid>
      <dc:creator>kailash_salton_</dc:creator>
      <dc:date>2019-08-17T22:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241848#M203651</link>
      <description>&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer" href="http://kailash%20salton/" target="_blank"&gt;&lt;EM&gt;@kailash salton&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Can you share the output of the successful backup!  Try to display the contents  first as hbase user&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;$ bin/hbase backup show&amp;nbsp;&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Then as hdfs user  depending on the location of your backup directory in hdfs  run &lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;$ hdfs dfs -ls /$backup-dir&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;HTH&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 00:13:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241848#M203651</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-06-07T00:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241849#M203652</link>
      <description>&lt;P&gt;Hello &lt;A rel="nofollow noopener noreferrer" href="https://community.hortonworks.com/users/1271/sheltong.html" target="_blank"&gt;Geoffrey Shelton Okot&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;here are the returns of the commands you asked me to do&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="109258-issue.png" style="width: 670px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/13664i6DBD239C9774B033/image-size/medium?v=v2&amp;amp;px=400" role="button" title="109258-issue.png" alt="109258-issue.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@xxxx ~]$ hbase backup history&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;ID : backup_1559901919878&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Type : FULL&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Tables : ATLAS_ENTITY_AUDIT_EVENTS,atlas_titan,newns:ATLAS_ENTITY_AUDIT_EVENTS,newns:atlas_titan&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;State : FAILED&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Start time : Fri Jun 07 12:05:20 CEST 2019&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Failed message : Failed of exporting snapshot snapshot_1559901920544_default_ATLAS_ENTITY_AUDIT_EVENTS to hdfs://xxxxx/backup/testesa/backup_1559901919878/default/ATLAS_ENTITY_AUDIT_EVENTS/ with reason code 1&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Progress : 0&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@xxxxx ~]$ bin/hbase backup show&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;-bash: bin/hbase: No such file or directory&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@xxxxx ~]$ hdfs dfs -ls /$backup-dir&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;ls: `/-dir': No such file or directory&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@xxxxx ~]$ hdfs dfs -ls /backup&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Found 2 items&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;-rw------- 3 hdfs hdfs 0 2019-06-06 09:14 /backup/test_full&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;drwx------ - hbase hdfs 0 2019-06-07 12:05 /backup/testesa&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@xxxxx ~]$&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2019 22:07:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241849#M203652</guid>
      <dc:creator>kailash_salton_</dc:creator>
      <dc:date>2019-08-17T22:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241850#M203653</link>
      <description>&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer" href="http://kailash%20salton/" target="_blank"&gt;&lt;EM&gt;@kailash salton&lt;/EM&gt;&lt;/A&gt; &lt;BR /&gt;&lt;EM&gt;I am sorry but I don't see any attachment &lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 16:21:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241850#M203653</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-06-07T16:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241851#M203654</link>
      <description>&lt;P&gt;I've put issues by modifying last post&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 19:51:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241851#M203654</guid>
      <dc:creator>kailash_salton_</dc:creator>
      <dc:date>2019-06-07T19:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241852#M203655</link>
      <description>&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer" href="http://kailash%20salton/" target="_blank"&gt;&lt;EM&gt;@kailash salton&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;  &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Can you share the exact backup command? My interest is the backup dir !&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 22:53:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241852#M203655</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-06-07T22:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241853#M203656</link>
      <description>&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Here are the issues :&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@xxxx ~]$ bin/hbase backup show&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;-bash: bin/hbase: No such file or directory&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@XXX ~]$ hdfs dfs -ls /$backup-dir&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;ls: `/-dir': No such file or directory&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@XXXX ~]$ hdfs dfs -ls /backup&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Found 3 items&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;drwx------   - hbase hdfs          0 2019-06-07 09:43 /backup/backup_1559893402505&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;-rw-------   3 hdfs  hdfs          0 2019-06-06 09:14 /backup/test_full&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;drwx------   - hbase hdfs          0 2019-06-07 12:05 /backup/testesa&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@xxxx ~]$ hbase backup history&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;ID             : backup_1559901919878&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Type           : FULL&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Tables         : ATLAS_ENTITY_AUDIT_EVENTS,atlas_titan,newns:ATLAS_ENTITY_AUDIT_EVENTS,newns:atlas_titan&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;State          : FAILED&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Start time     : Fri Jun 07 12:05:20 CEST 2019&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Failed message : Failed of exporting snapshot snapshot_1559901920544_default_ATLAS_ENTITY_AUDIT_EVENTS to hdfs://xxx/backup/testesa/backup_1559901919878/default/ATLAS_ENTITY_AUDIT_EVENTS/ with reason code 1&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Progress       : 0&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;ID             : backup_1559893402505&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Type           : FULL&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Tables         : ATLAS_ENTITY_AUDIT_EVENTS,atlas_titan,newns:ATLAS_ENTITY_AUDIT_EVENTS,newns:atlas_titan&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;State          : FAILED&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Start time     : Fri Jun 07 09:43:22 CEST 2019&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Failed message : Failed of exporting snapshot snapshot_1559893403048_default_ATLAS_ENTITY_AUDIT_EVENTS to hdfs://xxxx/backup/backup_1559893402505/default/ATLAS_ENTITY_AUDIT_EVENTS/ with reason code 1&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Progress       : 0&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@xxxx ~]$&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jun 2019 01:02:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241853#M203656</guid>
      <dc:creator>kailash_salton_</dc:creator>
      <dc:date>2019-06-08T01:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241854#M203657</link>
      <description>&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Here are my issues :&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@xxxx ~]$ hbase backup history&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;ID : backup_1559901919878&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Type : FULL&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Tables : ATLAS_ENTITY_AUDIT_EVENTS,atlas_titan,newns:ATLAS_ENTITY_AUDIT_EVENTS,newns:atlas_titan&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;State : FAILED&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Start time : Fri Jun 07 12:05:20 CEST 2019&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Failed message : Failed of exporting snapshot snapshot_1559901920544_default_ATLAS_ENTITY_AUDIT_EVENTS to hdfs://xxxxx/backup/testesa/backup_1559901919878/default/ATLAS_ENTITY_AUDIT_EVENTS/ with reason code 1&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Progress : 0&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@xxxxx ~]$ bin/hbase backup show&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;-bash: bin/hbase: No such file or directory&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@xxxxx ~]$ hdfs dfs -ls /$backup-dir&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;ls: `/-dir': No such file or directory&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@xxxxx ~]$ hdfs dfs -ls /backup&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Found 2 items&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;-rw------- 3 hdfs hdfs 0 2019-06-06 09:14 /backup/test_full&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;drwx------ - hbase hdfs 0 2019-06-07 12:05 /backup/testesa&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@xxxxx ~]$&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jun 2019 01:02:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241854#M203657</guid>
      <dc:creator>kailash_salton_</dc:creator>
      <dc:date>2019-06-08T01:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241855#M203658</link>
      <description>&lt;P&gt;&lt;A rel="noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer noopener noreferrer" href="http://kailash%20salton/" target="_blank"&gt;&lt;EM&gt;@kailash salton&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;  &lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;That is not the backup command I am interested in?  Those commands are for listing and checking for the backup&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;$ hbase backup create "full" &amp;nbsp;hdfs://xxxxxxxxxxxxxxxxxxx&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Show the command and the location of the backup directory &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jun 2019 01:11:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241855#M203658</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-06-08T01:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241856#M203659</link>
      <description>&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;[hbase@server ~]$ hbase backup create "full" hdfs:// server /backup&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;2019-06-11 10:53:32,100 INFO  [main] util.BackupClientUtil: Using existing backup root dir: hdfs:// server /backup&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Backup session finished. Status: FAILURE&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;2019-06-11 10:53:40,555 ERROR [main] util.AbstractHBaseTool: Error running command-line tool&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;java.io.IOException: Failed of exporting snapshot snapshot_1560243212806_default_ATLAS_ENTITY_AUDIT_EVENTS to hdfs:// server /backup/backup_1560243212277/default/ATLAS_ENTITY_AUDIT_EVENTS/ with reason code 1&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at java.lang.reflect.Constructor.newInstance(Constructor.java:423)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.ipc.RemoteException.instantiateException(RemoteException.java:106)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.ipc.RemoteException.unwrapRemoteException(RemoteException.java:95)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.util.ForeignExceptionUtil.toIOException(ForeignExceptionUtil.java:45)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.client.HBaseAdmin$TableBackupFuture.convertResult(HBaseAdmin.java:2787)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.client.HBaseAdmin$TableBackupFuture.convertResult(HBaseAdmin.java:2766)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.client.HBaseAdmin$ProcedureFuture.waitProcedureResult(HBaseAdmin.java:4779)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.client.HBaseAdmin$ProcedureFuture.get(HBaseAdmin.java:4713)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.client.HBaseAdmin.get(HBaseAdmin.java:2744)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.client.HBaseAdmin.backupTables(HBaseAdmin.java:2760)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.client.HBaseBackupAdmin.backupTables(HBaseBackupAdmin.java:243)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.backup.impl.BackupCommands$CreateCommand.execute(BackupCommands.java:197)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.backup.BackupDriver.parseAndRun(BackupDriver.java:111)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.backup.BackupDriver.doWork(BackupDriver.java:126)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.util.AbstractHBaseTool.run(AbstractHBaseTool.java:112)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.backup.BackupDriver.main(BackupDriver.java:131)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;Caused by: org.apache.hadoop.ipc.RemoteException(java.io.IOException): Failed of exporting snapshot snapshot_1560243212806_default_ATLAS_ENTITY_AUDIT_EVENTS to hdfs:// server /backup/backup_1560243212277/default/ATLAS_ENTITY_AUDIT_EVENTS/ with reason code 1&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.backup.master.FullTableBackupProcedure.snapshotCopy(FullTableBackupProcedure.java:321)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.backup.master.FullTableBackupProcedure.executeFromState(FullTableBackupProcedure.java:577)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.backup.master.FullTableBackupProcedure.executeFromState(FullTableBackupProcedure.java:69)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.procedure2.StateMachineProcedure.execute(StateMachineProcedure.java:107)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.procedure2.Procedure.doExecute(Procedure.java:500)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.procedure2.ProcedureExecutor.execProcedure(ProcedureExecutor.java:1086)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.procedure2.ProcedureExecutor.execLoop(ProcedureExecutor.java:888)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.procedure2.ProcedureExecutor.execLoop(ProcedureExecutor.java:841)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.procedure2.ProcedureExecutor.access$200(ProcedureExecutor.java:77)&lt;/P&gt;&lt;P style="margin-top:0cm;margin-right:0cm;margin-bottom:0.0001pt;margin-left:0cm;font-size:15px;font-family:'calibri' , 'sans-serif'"&gt;        at org.apache.hadoop.hbase.procedure2.ProcedureExecutor$1.run(ProcedureExecutor.java:443)&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 16:47:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241856#M203659</guid>
      <dc:creator>kailash_salton_</dc:creator>
      <dc:date>2019-06-11T16:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241857#M203660</link>
      <description>&lt;P&gt;subject closed&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 22:38:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/241857#M203660</guid>
      <dc:creator>kailash_salton_</dc:creator>
      <dc:date>2019-07-01T22:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/306700#M222967</link>
      <description>&lt;P&gt;Hi i got my backup table in list_namespace&lt;/P&gt;&lt;P&gt;list_namespace&lt;/P&gt;&lt;P&gt;NAMESPACE&lt;/P&gt;&lt;P&gt;backup&lt;/P&gt;&lt;P&gt;default&lt;/P&gt;&lt;P&gt;hbase&lt;/P&gt;&lt;P&gt;3 row(s)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;list_namespace_tables 'hbase' in this i dont have backup table&lt;/P&gt;&lt;P&gt;list_namespace_tables 'hbase'&lt;/P&gt;&lt;P&gt;TABLE&lt;/P&gt;&lt;P&gt;meta&lt;/P&gt;&lt;P&gt;namespace&lt;/P&gt;&lt;P&gt;2 row(s)&lt;/P&gt;&lt;P&gt;is it ok or it will throw an error totake backup i am getting below error 2020-12-02 05:54:53,105 WARN [main] impl.BackupManager: Waiting to acquire backup exclusive lock for 3547s 2020-12-02 05:55:46,187 ERROR [main] impl.BackupAdminImpl: There is an active session already running Backup session finished. Status: FAILURE 2020-12-02 05:55:46,189 ERROR [main] backup.BackupDriver: Error running command-line tool java.io.IOException: Failed to acquire backup system table exclusive lock after 3600s at org.apache.hadoop.hbase.backup.impl.BackupManager.startBackupSession(BackupManager.java:415) at org.apache.hadoop.hbase.backup.impl.TableBackupClient.init(TableBackupClient.java:104) at org.apache.hadoop.hbase.backup.impl.TableBackupClient.(TableBackupClient.java:81) at org.apache.hadoop.hbase.backup.impl.FullTableBackupClient.(FullTableBackupClient.java:62) at org.apache.hadoop.hbase.backup.BackupClientFactory.create(BackupClientFactory.java:51) at org.apache.hadoop.hbase.backup.impl.BackupAdminImpl.backupTables(BackupAdminImpl.java:595) at org.apache.hadoop.hbase.backup.impl.BackupCommands$CreateCommand.execute(BackupCommands.java:347) at org.apache.hadoop.hbase.backup.BackupDriver.parseAndRun(BackupDriver.java:138) at org.apache.hadoop.hbase.backup.BackupDriver.doWork(BackupDriver.java:171) at org.apache.hadoop.hbase.backup.BackupDriver.run(BackupDriver.java:204) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:76) at org.apache.hadoop.hbase.backup.BackupDriver.main(BackupDriver.java:179)&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 06:03:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/306700#M222967</guid>
      <dc:creator>Manoj690</dc:creator>
      <dc:date>2020-12-02T06:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: hbase backup help</title>
      <link>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/344182#M234097</link>
      <description>&lt;P&gt;i got this error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bishoy_0-1652996780812.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/34412i2B77B10D9CA29D1C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bishoy_0-1652996780812.png" alt="Bishoy_0-1652996780812.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when enable the hbase backup as below on&amp;nbsp;hbase-site.xml&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.backup.enable&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.master.logcleaner.plugins&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;org.apache.hadoop.hbase.backup.master.BackupLogCleaner,...&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.procedure.master.classes&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;org.apache.hadoop.hbase.backup.master.LogRollMasterProcedureManager,...&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.procedure.regionserver.classes&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;org.apache.hadoop.hbase.backup.regionserver.LogRollRegionServerProcedureManager,...&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.coprocessor.region.classes&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;org.apache.hadoop.hbase.backup.BackupObserver,...&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.master.hfilecleaner.plugins&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;org.apache.hadoop.hbase.backup.BackupHFileCleaner,...&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.cluster.distributed&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;false&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.tmp.dir&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;./tmp&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;property&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;hbase.unsafe.stream.capability.enforce&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;value&amp;gt;false&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;lt;/configuration&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 21:47:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/hbase-backup-help/m-p/344182#M234097</guid>
      <dc:creator>Bishoy</dc:creator>
      <dc:date>2022-05-19T21:47:23Z</dc:date>
    </item>
  </channel>
</rss>

