- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to use sqoop to import the data in to Encrypt zone ? we are using HDP 2.5 + Kerberized and Ranger installed
- Labels:
-
Apache Sqoop
Created ‎12-09-2016 08:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For Hive:
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>
For append or incremental export
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For Hive:
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>
For append or incremental export
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @Yogeshprabhu. It works perfectly.
Created ‎12-12-2016 03:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Nube Technologies Good to hear that.
