Created 04-14-2016 09:34 PM
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
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
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
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
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
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
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