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

Daryn Sharp commented on HADOOP-8895:
-------------------------------------

Just curious, do you have a specific case in mind where this would be useful?  
Keep in mind that the service loader is going to instantiate the registered 
classes with their default ctor, which probably won't work well for heavier 
weight classes intended for other purposes.
                
> TokenRenewer should be an interface, it is currently a fully abstract class
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-8895
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8895
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Karthik Kambatla
>            Assignee: Karthik Kambatla
>            Priority: Minor
>
> TokenRenewer is a fully abstract class. Making it an interface will allow 
> classes extending other classes to implement the interface.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to