Re: Private, LimitedPrivate and contrib modules

2009-11-05 Thread Sanjay Radia
On Nov 5, 2009, at 12:15 PM, Dhruba Borthakur wrote: Hi sanjay, Most of the contrib modules are in the same package as their containers. For example, the fair share scheduler is in contrib but its package name is org.apache.hadoop.mapred. Doesn't this mean that the fair-share scheduler c

Re: Private, LimitedPrivate and contrib modules

2009-11-05 Thread Dhruba Borthakur
Hi sanjay, Most of the contrib modules are in the same package as their containers. For example, the fair share scheduler is in contrib but its package name is org.apache.hadoop.mapred. Doesn't this mean that the fair-share scheduler code can use LimitedPrivate methods from org.apache.hadoop.mapre

Re: Private, LimitedPrivate and contrib modules

2009-11-05 Thread Sanjay Radia
Sorry for the late reply .. I missed in in my inbox. On Sep 18, 2009, at 1:29 PM, Tom White wrote: I'm trying to better understand the meaning of the annotations defined in org.apache.hadoop.classification.InterfaceAudience. 1. Private is documented as being "Intended for use only within Hado

Private, LimitedPrivate and contrib modules

2009-09-18 Thread Tom White
I'm trying to better understand the meaning of the annotations defined in org.apache.hadoop.classification.InterfaceAudience. 1. Private is documented as being "Intended for use only within Hadoop itself". Does this mean the whole Hadoop project, or the subproject that the annotated element is in?