Hi,I am trying to add a file to HDFS programmatically.In my code, I am adding hdfs-site.xml and other xml to Hadoop Configuration object as followsConfiguration configuration = null;configuration.addResource(new URL(file:///usr/local/hadoop-1.0.2/conf/hdfs-site.xml));configuration.addResource(new Path(usr/local/hadoop-1.0.2/conf/hdfs-site.xml));configuration.reloadConfiguration();fileSystem =