You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2016/10/31 06:18:15 UTC

hadoop git commit: MAPREDUCE-6799. Document mapreduce.jobhistory.webapp.https.address in mapred-default.xml. Contributed by Yiqun Lin.

Repository: hadoop
Updated Branches:
  refs/heads/trunk e0bebbbcd -> f646fe34b


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/trunk
Commit: f646fe34be704a22cbea322cce2826f8f201bd34
Parents: e0bebbb
Author: Akira Ajisaka <aa...@apache.org>
Authored: Mon Oct 31 15:17:20 2016 +0900
Committer: Akira Ajisaka <aa...@apache.org>
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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org