[jira] [Created] (IGNITE-4219) Hive job submsiion failed with exception ”java.io.UTFDataFormatException“

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-4219) Hive job submsiion failed with exception ”java.io.UTFDataFormatException“

Anton Vinogradov (Jira)
Andrew Mashenkov created IGNITE-4219:
----------------------------------------

             Summary: Hive job submsiion failed with exception ”java.io.UTFDataFormatException“
                 Key: IGNITE-4219
                 URL: https://issues.apache.org/jira/browse/IGNITE-4219
             Project: Ignite
          Issue Type: Bug
          Components: hadoop
            Reporter: Andrew Mashenkov


Long property passing to Hadoop causes an exception:

{code}
Caused by: java.io.UTFDataFormatException
       at java.io.ObjectOutputStream$BlockDataOutputStream.writeUTF(ObjectOutputStream.java:2144)
       at java.io.ObjectOutputStream$BlockDataOutputStream.writeUTF(ObjectOutputStream.java:1987)
       at java.io.ObjectOutputStream.writeUTF(ObjectOutputStream.java:865)
       at org.apache.ignite.internal.util.IgniteUtils.writeUTFStringNullable(IgniteUtils.java:5029)
       at org.apache.ignite.internal.util.IgniteUtils.writeStringMap(IgniteUtils.java:4989)
       at org.apache.ignite.internal.processors.hadoop.HadoopDefaultJobInfo.writeExternal(HadoopDefaultJobInfo.java:137)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)