David W. Streever Help

Hadoop Cli

The Hadoop CLI is a session and context aware HCFS (Hadoop Compatible Filesystem) client. Unlike hdfs dfs or hadoop fs commands which have to spin up a JVM and configure the context to HDFS, this client is an interactive session to the filesystem. Therefore, avoiding the need to spin up a JVM for each command.

It will also track the current working directory for the session and allow you to switch to other filesystems defined in [core|hdfs|]ozone-site.xml files.

Github Repo

Release Version

Last modified: 30 April 2024