MAPREDUCE-6799. Document mapreduce.jobhistory.webapp.https.address in mapred-default.xml. Contributed by Yiqun Lin.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f646fe34 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f646fe34 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f646fe34 Branch: refs/heads/HDFS-10285 Commit: f646fe34be704a22cbea322cce2826f8f201bd34 Parents: e0bebbb Author: Akira Ajisaka <[email protected]> Authored: Mon Oct 31 15:17:20 2016 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Mon Oct 31 15:17:20 2016 +0900 ---------------------------------------------------------------------- .../src/main/resources/mapred-default.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f646fe34/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml ---------------------------------------------------------------------- diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml index 2b834bd..1b4f373 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml @@ -1631,6 +1631,14 @@ </property> <property> + <name>mapreduce.jobhistory.webapp.https.address</name> + <value>0.0.0.0:19890</value> + <description> + The https address the MapReduce JobHistory Server WebApp is on. + </description> +</property> + +<property> <name>mapreduce.jobhistory.keytab</name> <description> Location of the kerberos keytab file for the MapReduce --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
