Hi guys,
I was reading a book about Hadoop Security , and I realized that Sqoop can
be configured to connect to a database that supports SSL with SSL enabled.
Something similar to this:
$ URI="jdbc:mysql://mysql01.example.com/sqoop"
$ URI="${URI}?verifyServerCertificate=true"
$ URI="${URI}&useSSL=true"
$ URI="${URI}&requireSSL=true"
...
Anyone tried it? I would appreciate any help with this.
Best,
--
Pablo Torre.
Freelance software engineer and Ruby on Rails developer.
Oleiros (Coruña)
*Personal site <http://www.pablotorrerodriguez.com>*
My blog <http://www.aboutechnologies.com>