- 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 secure sqoop data transfer channel
- Labels:
-
Apache Hadoop
-
Apache Sqoop
Created 04-14-2016 09:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there any way to secure the data transfer between the source and datanodes while using Sqoop?
I know we can use Kerberos for authentication but not sure if we have any way to secure the data transfer. Please advise.
Created 04-16-2016 03:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could use useSSL=true and requireSSL flag sqoop as mentioned below.
https://www.evernote.com/l/AMov88HxpCBIKrcvbFgSNPbIp8qiM2gb6lE
REFER : Hadoop Security Guide
Created 04-15-2016 07:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be this could help.
http://hortonworks.com/blog/how-to-do-secure-apache-sqoop-jobs-with-oracle-wallet/
Created 04-15-2016 09:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This looks more like authentication solution than securing the data channels to eliminate the risk of having your data transfer in clear text. Am i missing anything here?
Created 04-16-2016 03:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could use useSSL=true and requireSSL flag sqoop as mentioned below.
https://www.evernote.com/l/AMov88HxpCBIKrcvbFgSNPbIp8qiM2gb6lE
REFER : Hadoop Security Guide
Created 04-16-2016 03:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could use useSSL=true and requireSSL flag sqoop as mentioned below.
https://www.evernote.com/l/AMov88HxpCBIKrcvbFgSNPbIp8qiM2gb6lE
REFER : Hadoop Security Guide
Created 12-13-2017 12:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have tried with useSSL=true and requireSSL in my Sqoop command and its got executed successfully. But i could not see anywhere in the LOG where it has been mentioned about SSL connection.
Is there any way i could verify the confirm the SSL implementation in my sqoop command ? Please suggest
