Now that the SDK is installed, the resources needed must be distributed around the cluster. The LI resources must be accessible from each master and data node at the file-system level.
For the purpose of this guide, we will:
- continue using sdkuser
- install the resources into hdfs:///precisely/li/resources
Then, perform the following steps:
- Create an install directory on hdfs and give ownership to sdkuser.
sudo -u hdfs hadoop fs -mkdir hdfs:///precisely sudo -u hdfs hadoop fs -chown sdkuser:sdkuser hdfs:///precisely
- Upload the Resources directory into HDFS.
hadoop fs -mkdir hdfs:///precisely/li/software hadoop fs -copyFromLocal /precisely/li/software/resources hdfs:///precisely/li/software/resources