You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Chetna Chaudhari (JIRA)" <ji...@apache.org> on 2015/10/21 22:17:27 UTC

[jira] [Commented] (TEZ-2903) Avoid using proprietary APIs where possible

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

Chetna Chaudhari commented on TEZ-2903:
---------------------------------------

Replaced usage of {{sun.misc.IOUtils.readFully(InputStream is, int length, boolean readAll)}} by {{org.apache.commons.io.IOUtils.toByteArray(InputStream input)}} in RPCLoadGen.java. In FastBytesComparisons.java class we are using only {{sun.misc.Unsafe}}.

> Avoid using proprietary APIs where possible
> -------------------------------------------
>
>                 Key: TEZ-2903
>                 URL: https://issues.apache.org/jira/browse/TEZ-2903
>             Project: Apache Tez
>          Issue Type: Task
>            Reporter: Siddharth Seth
>            Assignee: Chetna Chaudhari
>
> RPCLoadGen IOUtils
> FastBytesComparisons



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