You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Kai Xie (JIRA)" <ji...@apache.org> on 2019/06/06 16:45:00 UTC

[jira] [Comment Edited] (HADOOP-16344) Make DurationInfo "public unstable"

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

Kai Xie edited comment on HADOOP-16344 at 6/6/19 4:44 PM:
----------------------------------------------------------

Yes the trunk is failed to compile.

How about this fix to -avoid unused imports- (OK same effect):
{code:java}
import org.apache.hadoop.classification.InterfaceAudience.Public;
import org.apache.hadoop.classification.InterfaceStability.Unstable;
{code}


was (Author: kai33):
Yes the trunk is failed to compile.

How about this fix to avoid unused imports:
{code:java}
import org.apache.hadoop.classification.InterfaceAudience.Public;
import org.apache.hadoop.classification.InterfaceStability.Unstable;
{code}

> Make DurationInfo  "public unstable"
> ------------------------------------
>
>                 Key: HADOOP-16344
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16344
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: util
>            Reporter: Kevin Risden
>            Assignee: kevin su
>            Priority: Minor
>             Fix For: 3.3.0
>
>         Attachments: HADOOP-16344.01.patch
>
>
> HADOOP-16093 moved DurationInfo to hadoop-common org.apache.hadoop.util. It would be useful if DurationInfo was annotated as "public unstable".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org