Re: Can't restore hbase tables in HDFS encrypted zone

2021-04-09 Thread Davide Vergari
Hello, if someone is interested in this topic, I found a solution analyzing the source code of the class org.apache.hadoop.hbase.backup.mapreduce.MapReduceRestoreJob. In here, it uses BackupUtils.getBulkOutputDir() that refers to a configuration HConstants.TEMPORARY_FS_DIRECTORY_KEY

Can't restore hbase tables in HDFS encrypted zone

2021-04-08 Thread Davide Vergari
Hi all, I have some issues in trying to restore Hbase tables from a backup that resides in S3 when the hbase root dir is in an encrypted zone in HDFS. HBase version: 2.0.2 HDFS version: 3.1.1 Ranger version: 1.2.0 I can successfully create both full and incremental backup and export them to S3