...
- Cache the user kerberos ticket to the system:
$kinit user1
- List HDFS directories:
- Change the directory to <SS_HOME> created by admin /user/user1 and shown to user1 . <Need to explain this>
- List directories:
$bin/hadoop dfs -lsr /user/user1
- Change the directory to <SS_HOME> created by admin /user/user1 and shown to user1 . <Need to explain this>
- Create HDFS directory:
$bin/hadoop dfs -mkdir /user/user1/wso2
- <SS team needs to add the rest of the CLI commands>