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

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

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