ERROR - org.apache.pig.backend.executionengine.ExecException - Possible Causes of ExecException

Exception Thrown By:Cause
FrameworkClassMethod
Apache Pig AbstractTuple public byte getType(int fieldNum) if the field number is greater than or
equal to the number of fields in the tuple.
Apache Pig AbstractTuple public boolean isNull(int fieldNum) if the field number given is greater than
or equal to the number of fields in the tuple.
Apache Pig AvroTupleWrapper public java.lang.Object get(int pos) if the field number is greater than or equal
to the number of fields in the tuple.
Apache Pig AvroTupleWrapper public byte getType(int arg0) if the field number is greater than or
equal to the number of fields in the tuple.
Apache Pig AvroTupleWrapper public boolean isNull(int arg0) if the field number given is greater than or
equal to the number of fields in the tuple.
Apache Pig AvroTupleWrapper public java.lang.String toDelimitedString(java.lang.String arg0) this is never thrown. This
only exists for backwards compatability reasons.
Apache Pig ExampleTuple public java.lang.Object get(int fieldNum) if the field number is greater than or equal
to the number of fields in the tuple.
Apache Pig ExampleTuple public byte getType(int fieldNum) if the field number is greater than or
equal to the number of fields in the tuple.
Apache Pig ExampleTuple public boolean isNull(int fieldNum) if the field number given is greater than or
equal to the number of fields in the tuple.
Apache Pig PigJrubyLibrary public static java.lang.Object rubyToPig(org.jruby.runtime.builtin.IRubyObject rbObject) if rbObjecis not of a
known type that can be converted.
Apache Pig TargetedTuple public java.lang.Object get(int fieldNum) if the field number is greater than or equal
to the number of fields in the tuple.
Apache Pig TargetedTuple public byte getType(int fieldNum) if the field number is greater than or equal
to the number of fields in the tuple.
Apache Pig ToolsPigServer public ToolsPigServer(PigContext ctx) if
throws by PigServer.