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

Doug Cutting commented on HADOOP-6775:
--------------------------------------

It would be nice if our interface classification scheme is as compatible as 
possible with Java's built-in visibility declarations.  These unfortunately do 
not permit sharing of non-public classes between packages, which makes it 
difficult to build a large system, however JSR-294 appears to fix this in Java 
7.

Can you please describe in this document the relationship between Java's 
built-in visibility declarations and this scheme, both before and after 
JSR-294?  Ideally the correspondence would be fairly direct, so that tools like 
Javadoc, javac, eclipse, etc. that enforce Java's visibility declarations work 
as effectively as possible with Hadoop code.

> Update Hadoop Common Site's 
> ----------------------------
>
>                 Key: HADOOP-6775
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6775
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Sanjay Radia
>            Assignee: Sanjay Radia
>             Fix For: site
>
>         Attachments: siteCLassification.patch, siteCLassification2.patch
>
>
> Add documentation on our interface classification scheme to thew common site.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to