Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

WSO2 Storage server ships a script to support Hadoop CLI commands. Also user has to install Kerberos tools to cache Kerberos ticket from KDC server hosted with Storage Server. 

<SS team needs to explain the above statement (in blue) in detail. It is really vague>

  1. Cache the user kerberos ticket to the system: $kinit user1
  2. 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
  3. Create HDFS directory: $bin/hadoop dfs -mkdir /user/user1/wso2
    <SS team needs to add the rest of the CLI commands>.