Try:
export PIG_OPTS="$PIG_OPTS -Djava.io.tmpdir=<your folder>"
before running pig command or System.setProperty("java.io.tmpdir","<your
folder>") if you use java main.Thanks, Zhang, David (Paypal Risk) -----Original Message----- From: P lva [mailto:[email protected]] Sent: 2014年11月15日 4:33 To: [email protected] Subject: local /tmp Hello everyone, Pig stores the jar files necessary for the job locally in /tmp. Is there a way to change this to point to a different directory ? Thanks R
