HADOOP-12600. FileContext and AbstractFileSystem should be annotated as a Stable interface. Contributed by Chris Nauroth.
(cherry picked from commit b2c78536cb55c58e4d4a0ea16f648a34c7e2f88c)
This commit is contained in:
parent
57e0c735f8
commit
669743ce11
@ -361,6 +361,9 @@ Release 2.8.0 - UNRELEASED
|
||||
HADOOP-10465. Fix use of generics within SortedMapWritable.
|
||||
(Bertrand Dechoux via wheat9)
|
||||
|
||||
HADOOP-12600. FileContext and AbstractFileSystem should be annotated as a
|
||||
Stable interface. (cnauroth)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HADOOP-11785. Reduce the number of listStatus operation in distcp
|
||||
|
@ -64,7 +64,7 @@
|
||||
* to the root of the "this" file system .
|
||||
*/
|
||||
@InterfaceAudience.Public
|
||||
@InterfaceStability.Evolving /*Evolving for a release,to be changed to Stable */
|
||||
@InterfaceStability.Stable
|
||||
public abstract class AbstractFileSystem {
|
||||
static final Log LOG = LogFactory.getLog(AbstractFileSystem.class);
|
||||
|
||||
|
@ -175,7 +175,7 @@
|
||||
*/
|
||||
|
||||
@InterfaceAudience.Public
|
||||
@InterfaceStability.Evolving /*Evolving for a release,to be changed to Stable */
|
||||
@InterfaceStability.Stable
|
||||
public class FileContext {
|
||||
|
||||
public static final Log LOG = LogFactory.getLog(FileContext.class);
|
||||
|
Loading…
x
Reference in New Issue
Block a user