You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "purshotam shah (JIRA)" <ji...@apache.org> on 2013/12/16 19:53:10 UTC

[jira] [Updated] (OOZIE-1642) writeUTF 64k limit for counters.

     [ https://issues.apache.org/jira/browse/OOZIE-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

purshotam shah updated OOZIE-1642:
----------------------------------

    Description: 
java.io.DataOutputStream.writeUTF has a limit of 64k, if counter size > 64k it throws 

java.lang.RuntimeException: java.io.UTFDataFormatException: encoded string too
long: 70771 bytes


> writeUTF 64k limit for counters. 
> ---------------------------------
>
>                 Key: OOZIE-1642
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1642
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: purshotam shah
>
> java.io.DataOutputStream.writeUTF has a limit of 64k, if counter size > 64k it throws 
> java.lang.RuntimeException: java.io.UTFDataFormatException: encoded string too
> long: 70771 bytes



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)