Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Most Hadoop components, such as HDFS, Yarn, Hive, etc., have security frameworks, which support Simple, Kerberos and LDAP authentication. currently Sqoop 2 provides 2 types of authentication: simple and kerberos. The authentication module is pluggable, so more authentication types can be added.

Simple Authentication
 

Configuration

Modify Sqoop configuration file, normally in <Sqoop Folder>/server/config/sqoop.properties.

...

  • Modify configuration org.apache.sqoop.authentication.handler in <Sqoop Folder>/server/config/sqoop.properties and set it to the customized authentication handler class name.
  • Restart the Sqoop server.

High level design

...

 

SQOOP-1525

https://issues.apache.org/jira/secure/attachment/12671414/SQOOP-1525.pdf

...