Collect Files

Certain files must be collected from the Hadoop cluster and made available to the vApp user.
In the unzipped file structure, navigate to the Admin directory and run the following command:
./bin/hadoop_extract.sh
You are asked for two passwords:
  • The cluster password is the password to the cluster manager administrative interface that corresponds to the hadoop.cluster.manager.admin.account name entered in the sas_hadoop_config.properties file.
  • The hive password is the password for the SSH user account that is allowed to connect to the cluster that corresponds to the hadoop.cluster.hivenode.admin.account name entered in the sas_hadoop_config.properties file.
The script hadoop_extract.sh collects necessary files from the Hadoop cluster and stores them in two folders in the unzipped file structure:
pathname/User/SASWorkspace/hadoop/conf
pathname/User/SASWorkspace/hadoop/lib
Any collection issues are documented in the logs in pathname/Admin/logs. The script creates a backup of the original sas_hadoop_config.properties file.
Copy the complete User directory to a directory on a Windows server to which all vApp users have READ access. Inform all vApp users about the location of the User directory, which they must copy to their vApp client machines.