|
@@ -592,7 +592,13 @@ public interface MRJobConfig {
|
|
*/
|
|
*/
|
|
public static final String MR_AM_JOB_CLIENT_PORT_RANGE =
|
|
public static final String MR_AM_JOB_CLIENT_PORT_RANGE =
|
|
MR_AM_PREFIX + "job.client.port-range";
|
|
MR_AM_PREFIX + "job.client.port-range";
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * Range of ports that the MapReduce AM can use when binding for its webapp.
|
|
|
|
+ * Leave blank if you want all possible ports.
|
|
|
|
+ */
|
|
|
|
+ String MR_AM_WEBAPP_PORT_RANGE = MR_AM_PREFIX + "webapp.port-range";
|
|
|
|
+
|
|
/** Enable blacklisting of nodes in the job.*/
|
|
/** Enable blacklisting of nodes in the job.*/
|
|
public static final String MR_AM_JOB_NODE_BLACKLISTING_ENABLE =
|
|
public static final String MR_AM_JOB_NODE_BLACKLISTING_ENABLE =
|
|
MR_AM_PREFIX + "job.node-blacklisting.enable";
|
|
MR_AM_PREFIX + "job.node-blacklisting.enable";
|