Hi, I try to run 2 jobs sequentially with the same configuration. I instantiate the second job object with the configuration of the old one but setting the file output path to a different one but I end up getting this error: Exception in thread "main" java.lang.IllegalArgumentException: Wrong FS: hdfs://localhost/tmp/hadoop-h/mapred/system/job_200908261341_0064/job.jar, expected: file:///
I am running hadoop in a pseudo distributed mode, so its not on a cluster but on a single machine. The first job finished perfectly with no problem, its the second job that's giving me problems while the configuration is the same except the output path. Any help would be great. thanks -- View this message in context: http://www.nabble.com/Wrong-FS-error-tp25278353p25278353.html Sent from the Hadoop core-user mailing list archive at Nabble.com.
