How to configure HDFS CLI on a windows machine? How to configure HDFS CLI on a windows machine? hadoop hadoop

How to configure HDFS CLI on a windows machine?


Putty is only a client. The CLI tool has to be downloaded and configured on the server to which you connect through Putty.

Login to the server using Putty, then

  • Download the binary on the server along with the pre-requisites
  • Follow the configuration steps based on the Server Operating System

Edit the .bashrc to update the classpath,

export CLASSPATH=/path/to/hbase-shell/lib/:$HADOOP_CONF_DIR:$CLASSPATH