Hi, I am trying to submit a pig job to a remote cluster by setting mapred.job.tracker and fs.default.name accordingly. The job does get executed on the remote cluster, however all intermediate output is stored on the local cluster from which pig is run. From job configuration I can see that that pig.reduce.output.dirs and pig.streaming.log.dir are referencing the local cluster. I am supposed to set these manually or is there an alternative?
pig -version Apache Pig version 0.10.0 (r1328203) compiled Apr 19 2012, 22:54:12 Thanks, stan
