Hello , I am trying to use Hadoop Vaidya tool . Its available with version 0.20.0. But I see following error.Can anyone Guide me on that. I have pseudo mode cluster i/e single node cluster for testing..
*cmd I submit is *" sh /home/hadoop/Desktop/hadoop-0.20.0/contrib/vaidya/bin/vaidya.sh -jobconf hdfs://localhost:9000/logs/job_200906221335_0001_conf.xml -joblog hdfs://localhost:9000/logs/ " *Error :-* Exception:java.net.MalformedURLException: unknown protocol: hdfsjava.net.MalformedURLException: unknown protocol: hdfs at java.net.URL.<init>(URL.java:590) at java.net.URL.<init>(URL.java:480) at java.net.URL.<init>(URL.java:429) at org.apache.hadoop.vaidya.postexdiagnosis.PostExPerformanceDiagnoser.readJobInformation(PostExPerformanceDiagnoser.java:124) at org.apache.hadoop.vaidya.postexdiagnosis.PostExPerformanceDiagnoser.<init>(PostExPerformanceDiagnoser.java:112) at org.apache.hadoop.vaidya.postexdiagnosis.PostExPerformanceDiagnoser.main(PostExPerformanceDiagnoser.java:220) Can anyone guide me on that.. Regards Pankil