Created 12-09-2016 08:23 PM
How to use sqoop to import the data in to Encrypt zone ? we are using HDP 2.5 + Kerberized and Ranger installed
Created 12-09-2016 08:39 PM
You can use Sqoop with the --target-dir parameter set to a directory inside the Hive encryption zone.
You need to specify the -D option after sqoop import.
sqoop import \-D sqoop.test.import.rootDir=<root-directory> \--target-dir <directory-inside-encryption-zone> \<additional-arguments>
Make sure that the sqoop.test.import.rootDir
property points to the encryption zone specified in the --target-dir
argument.
For HCatalog:
No config required.
For more information on HDP services for HDFS encryption refer this link below,
Created 12-09-2016 08:39 PM
You can use Sqoop with the --target-dir parameter set to a directory inside the Hive encryption zone.
You need to specify the -D option after sqoop import.
sqoop import \-D sqoop.test.import.rootDir=<root-directory> \--target-dir <directory-inside-encryption-zone> \<additional-arguments>
Make sure that the sqoop.test.import.rootDir
property points to the encryption zone specified in the --target-dir
argument.
For HCatalog:
No config required.
For more information on HDP services for HDFS encryption refer this link below,
Created 12-11-2016 05:38 PM
Thanks @Yogeshprabhu. It works perfectly.
Created 12-12-2016 03:20 AM
@Nube Technologies Good to hear that.