Hi@akhtar,
To configure the Hadoop Client, you need to install Hadoop software in your system. In Hadoop configuration folder you can find core-site.xml file. You have to set the property in this file as shown below.
$ vim core-site.xml
<configuration>
<property>
<name>fs.default.name</name>
<value>hdfs://Master_IP:9001</value>
</property>
</configuration>