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
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
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
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?