|
@@ -20,6 +20,7 @@ package org.apache.hadoop.mapred;
|
|
|
|
|
|
import java.io.IOException;
|
|
|
|
|
|
+import org.apache.hadoop.classification.InterfaceAudience.Private;
|
|
|
import org.apache.hadoop.ipc.VersionedProtocol;
|
|
|
import org.apache.hadoop.mapred.JvmTask;
|
|
|
import org.apache.hadoop.mapreduce.security.token.JobTokenSelector;
|
|
@@ -29,6 +30,7 @@ import org.apache.hadoop.security.token.TokenInfo;
|
|
|
* parent is a daemon which which polls the central master for a new map or
|
|
|
* reduce task and runs it as a child process. All communication between child
|
|
|
* and parent is via this protocol. */
|
|
|
+@Private
|
|
|
@TokenInfo(JobTokenSelector.class)
|
|
|
public interface TaskUmbilicalProtocol extends VersionedProtocol {
|
|
|
|