I have successfully configured Hadoop 2.4 in an Ubuntu 14.04 VM from a Windows 8 system. Hadoop installation is working absolutely fine and also i am able to view the Namenode from my windows browser. Attached Image Below:
So, my host name is : ubuntu and hdfs port : 9000 (correct me if I am wrong).
Core-site.xml :
<property>
<name>fs.defaultFS</name>
<value>hdfs://ubuntu:9000</value>
</property>
The issue is while connecting to HDFS from my Pentaho Data Integration Tool. Attached Image Below. PDI version: 4.4.0 Step Used: Hadoop Copy Files
Please kindly help me in connecting to HDFS using PDI. Do i need to install or update any jar for this ?? Please let me know in case you need more information.