You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Siddharth Seth (JIRA)" <ji...@apache.org> on 2014/08/13 02:46:11 UTC

[jira] [Commented] (TEZ-1390) Replace byte[] with ByteBuffer as the type of user payload in the API

    [ https://issues.apache.org/jira/browse/TEZ-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14094964#comment-14094964 ] 

Siddharth Seth commented on TEZ-1390:
-------------------------------------

All we're doing here is changing byte to ByteBuffer right, and not changing the internal implementations ?
Internally, for now, we can continue to work of the byte arrays - since that's a less disruptive change.

> Replace byte[] with ByteBuffer as the type of user payload in the API
> ---------------------------------------------------------------------
>
>                 Key: TEZ-1390
>                 URL: https://issues.apache.org/jira/browse/TEZ-1390
>             Project: Apache Tez
>          Issue Type: Improvement
>            Reporter: Bikas Saha
>            Assignee: Tsuyoshi OZAWA
>            Priority: Blocker
>
> This is just and API change. Internally we can continue to use byte[] since thats a much bigger change.
> The translation from ByteBuffer to byte[] in the API layer should not have perf impact.



--
This message was sent by Atlassian JIRA
(v6.2#6252)