HADOOPKERBEROS= Parameter File Option

Specifies whether a Hadoop cluster requires authentication using Kerberos.

Valid in: libnames.parm file
Default: NO
Requirement: If you are running on Linux, to access a Hadoop cluster that is secured with Kerberos, the HADOOPKEYTAB=, HADOOPREALM=, and HADOOPUSER= parameter file options must be specified in either the libnames.parm file or the spdsserv.parm parameter file.
Interaction: If the HADOOPKEYTAB=, HADOOPREALM=, and HADOOPUSER= parameter file options are specified in the spdsserv.parm file, then a domain that has HADOOP=YES specified is secured by Kerberos unless HADOOPKERBEROS=NO is specified.
See: Kerberos Security

Syntax

HADOOPKERBEROS=NO | YES;

Required Arguments

NO

specifies that a Hadoop cluster does not require authentication using Kerberos.

YES

specifies that a Hadoop cluster requires authentication using Kerberos.