Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Hadoop CLI Usage 

After creating a Hadoop file syste, you can connect to it, explore and perform data management operations. This guide gives you some of the common command-line operations used to connect to, explore and manage a Hadoop file system.

 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. 1.

<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

...

  1. : $kinit

...

  1. user1

...

  1. List HDFS directories:
    • Change the directory to

...

    • <SS_HOME> created by admin /user/user1 and

...

    • shown to user1

...

    • .
    • List

...

languagebash
    • directories:$bin/hadoop

...

    • dfs

...

    • -lsr

...

    • /user/user1
  1. Create

...

languagebash
  1. HDFS directory:$bin/hadoop

...

  1. dfs

...

  1. -mkdir

...

 

  1. /user/user1/wso2

...

  1.