You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Deron Eriksson (JIRA)" <ji...@apache.org> on 2016/02/22 20:17:18 UTC

[jira] [Commented] (SYSTEMML-138) Update Hadoop deprecated classes and methods

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

Deron Eriksson commented on SYSTEMML-138:
-----------------------------------------

Note: Currently MR1 is still supported, so deprecated classes/methods should not be changed if this breaks MR1 compatibility.

> Update Hadoop deprecated classes and methods
> --------------------------------------------
>
>                 Key: SYSTEMML-138
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-138
>             Project: SystemML
>          Issue Type: Task
>            Reporter: Deron Eriksson
>
> A number of deprecated Hadoop classes and methods are currently utilized by SystemML. Right now deprecation warnings are being suppressed by utilizing @SuppressWarnings("deprecation") annotations.
> References to deprecated classes and methods should be updated to non-deprecated classes and methods.
> Examples include:
> Path.makeQualified(FileSystem fs)
> SequenceFile.Reader.Reader(FileSystem fs, Path file, Configuration conf)
> SequenceFile.Writer.Writer(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass)
> DistributedCache.addCacheFile(URI uri, Configuration conf)
> DistributedCache.createSymlink(Configuration conf)



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