Re: problems restoring backups

2017-10-11 Thread Michael Wall
You can also inspect the rfiles directly using PrintInfo, see http://accumulo.apache.org/1.8/accumulo_user_manual.html#_tools On Wed, Oct 11, 2017 at 10:01 AM Keith Turner wrote: > Are you scanning with the correct authorizations? May be filtering > everything out on the server side if not. > >

Re: problems restoring backups

2017-10-11 Thread Keith Turner
Are you scanning with the correct authorizations? May be filtering everything out on the server side if not. On Wed, Oct 11, 2017 at 3:05 AM, vLex Systems wrote: > Hi, > > I'm doing backups of an accumulo database following the procedure in > the readme (clonetable, offline and exporttable). I d

problems restoring backups

2017-10-11 Thread vLex Systems
Hi, I'm doing backups of an accumulo database following the procedure in the readme (clonetable, offline and exporttable). I distcp to s3 and also upload the exportMetaddata.zip to s3. I do the restore by downloading the files from s3, distcping them to hadoopfs and then doing the importtable. W