The %MM_PublishPortfolioModelsHadoop macro is used for publishing models from a portfolio to Hadoop.
Specifies the name of the Hadoop Distributed File System server.
Specifies the user name for Hadoop.
Specifies the password for the Hadoop user.
Specifies the Hadoop directory path where to store the published model.
Specifies the name of the model property SAS data set that is generated from the %MM_CreateModelDataset macro.
Specifies the directory path where to store the publish results.
filename pubhd catalog 'SASHELP.modelmgr.MM_PublishPortfolioModelsHadoop.source'; %include pubhd ; filename pubhd ; %let hdServer=myHadoop.server.com; %let hdPath=/tmp/mmng; %let hdUser = %nrbquote(hadoop); %let hdpassword=hadoop1; %let HADOOP_Auth = ; %MM_PublishPortfolioModelsHadoop( hadoopServer =&hdServer, hadoopUser =&hdUser, hadoopPassword=&hdPassword, hadoopDir =&hdpath, outputDir=%nrstr(C:\temp\FMScore), modelDS=_models );