Tips for setting up Hadoop Distributed File System (HDFS)
- Last UpdatedMay 21, 2024
- 1 minute read
In order for HDFS to work with PI Integrator for Business Analytics, complete the following tasks:
-
Create the HDFS user.
-
Create the user directory and grant permissions.
The following procedure describes how to complete these tasks.
-
Create the HDFS user.
-
Create the HDFS user on the node where WebHDFS is installed.
-
Add the HDFS user to a group.
Note: The HDFS user can be added to any group. However, for the purposes of this example, this group will be referred to as the HDFS group.
-
-
Create the directory and grant permissions.
-
Create a directory on HDFS.
-
Change the owner of this directory to the HDFS user.
-
Change the group to which this directory belongs to HDFS.
-
Grant Read and Write permissions to the owner of the directory (that is, to the HDFS user).
-
Grant Read and Write permissions to the group that the directory belongs to.
-