EOFException - TezJob - Cannot submit DAG

2015-05-22 Thread patcharee
Hi, I ran a pig script on tez and got the EOFException. Check at http://wiki.apache.org/hadoop/EOFException I have no ideas at all how I can fix it. However I did not get the exception when I executed this pig script on MR. I am using HadoopVersion: 2.6.0.2.2.4.2-2, PigVersion:

Re: EOFException - TezJob - Cannot submit DAG

2015-05-22 Thread Hitesh Shah
Hello Patcharee Could you start with sending a mail to users@pig to see if they have come across this issue first? Also, can you check the application master logs to see if there are any errors ( might be useful to enable DEBUG level logging to get more information )? thanks — Hitesh On May

Re: EOFException - TezJob - Cannot submit DAG

2015-05-22 Thread Rohini Palaniswamy
Can you check if the hadoop version on your cluster and the version of hadoop jars on your pig classpath same? Also is the tez jars on pig classpath and the tez jars installed in hdfs are of the same version? -Rohini On Fri, May 22, 2015 at 10:26 AM, Hitesh Shah hit...@apache.org wrote: Hello