HADOOP-14540. Replace MRv1 specific terms in HostsFileReader. Contributed by hu xiaodong.

(cherry picked from commit 300804595e)
(cherry picked from commit 6d82db40d5)
This commit is contained in:
Akira Ajisaka 2017-06-19 19:39:36 +09:00
parent 582bdfd423
commit 4250250c7b
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ import org.apache.hadoop.classification.InterfaceAudience;
import org.apache.hadoop.classification.InterfaceAudience.Private;
import org.apache.hadoop.classification.InterfaceStability;
// Keeps track of which datanodes/tasktrackers are allowed to connect to the
// namenode/jobtracker.
// Keeps track of which datanodes/nodemanagers are allowed to connect to the
// namenode/resourcemanager.
@InterfaceAudience.LimitedPrivate({"HDFS", "MapReduce"})
@InterfaceStability.Unstable
public class HostsFileReader {