INDCONN Macro Variable

The INDCONN macro variable is used to provide credentials to connect to the Hadoop HDFS and MapReduce. You must assign the INDCONN macro variable before you run the %INDHD_PUBLISH_MODEL and the %INDHD_RUN_MODEL macros.
Note: The INDCONN macro variable can be set once and used for both macros.
Here is the syntax for the value of the INDCONN macro variable.
USER=user PASSWORD=password <HADOOP_CFG=configuration-file>
Arguments

USER=username

specifies the Hadoop user name (also called the user ID) that is used to connect to the HDFS.

PASSWORD=password

specifies the password that is associated with your Hadoop user ID.

Tip Use only PASSWORD=, PASS=, or PW= for the password argument. PWD= is not supported and causes an error.

HADOOP_CFG=configuration-file

specifies the location of the Hadoop configuration file that is used with the %INDHD_PUBLISH_MODEL and the %INDHD_RUN_MODEL macros.

Requirement Either the SAS_HADOOP_CONFIG_PATH environment variable must be defined or the HADOOP_CFG argument must be specified before you run the %INDHD_PUBLISH_MODEL or the %INDHD_RUN_MODEL macro.
Interaction The HADOOP_CFG= argument takes precedence over the SAS_HADOOP_CONFIG_PATH environment variable.
See SAS_HADOOP_CONFIG_PATH environment variable in the SAS Hadoop Configuration Guide for Base SAS and SAS/ACCESS.