Before using the client, you need to install the client. For example, the installation directory is /opt/hadoopclient.
cd /opt/hadoopclient
source bigdata_env
kinit MRS cluster user
Example: kinit admin
User admin is created by default for MRS clusters with Kerberos authentication enabled and is used for administrators to maintain the clusters.
For example, run the hdfs dfs -ls / command to view files in the HDFS root directory.