Hi, I encountered an error that I cannot understand. Configuration conf = new Configuration(); Job job = new Job(conf, "job1"); job.addCacheFile(new URI(args[0]));
Why did it report "The method addCacheFile(URI) is undefined for the type Job"? Thanks! -- Regards! Jun Tan
