1
0

mapred-default.xml 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263
  1. <?xml version="1.0"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  17. <!-- Do not modify this file directly. Instead, copy entries that you -->
  18. <!-- wish to modify from this file into mapred-site.xml and change them -->
  19. <!-- there. If mapred-site.xml does not already exist, create it. -->
  20. <configuration>
  21. <property>
  22. <name>mapreduce.job.committer.setup.cleanup.needed</name>
  23. <value>true</value>
  24. <description> true, if job needs job-setup and job-cleanup.
  25. false, otherwise
  26. </description>
  27. </property>
  28. <!-- i/o properties -->
  29. <property>
  30. <name>mapreduce.task.io.sort.factor</name>
  31. <value>10</value>
  32. <description>The number of streams to merge at once while sorting
  33. files. This determines the number of open file handles.</description>
  34. </property>
  35. <property>
  36. <name>mapreduce.task.io.sort.mb</name>
  37. <value>100</value>
  38. <description>The total amount of buffer memory to use while sorting
  39. files, in megabytes. By default, gives each merge stream 1MB, which
  40. should minimize seeks.</description>
  41. </property>
  42. <property>
  43. <name>mapreduce.map.sort.spill.percent</name>
  44. <value>0.80</value>
  45. <description>The soft limit in the serialization buffer. Once reached, a
  46. thread will begin to spill the contents to disk in the background. Note that
  47. collection will not block if this threshold is exceeded while a spill is
  48. already in progress, so spills may be larger than this threshold when it is
  49. set to less than .5</description>
  50. </property>
  51. <property>
  52. <name>mapreduce.local.clientfactory.class.name</name>
  53. <value>org.apache.hadoop.mapred.LocalClientFactory</value>
  54. <description>This the client factory that is responsible for
  55. creating local job runner client</description>
  56. </property>
  57. <property>
  58. <name>mapreduce.job.maps</name>
  59. <value>2</value>
  60. <description>The default number of map tasks per job.
  61. Ignored when mapreduce.framework.name is "local".
  62. </description>
  63. </property>
  64. <property>
  65. <name>mapreduce.job.reduces</name>
  66. <value>1</value>
  67. <description>The default number of reduce tasks per job. Typically set to 99%
  68. of the cluster's reduce capacity, so that if a node fails the reduces can
  69. still be executed in a single wave.
  70. Ignored when mapreduce.framework.name is "local".
  71. </description>
  72. </property>
  73. <property>
  74. <name>mapreduce.job.max.split.locations</name>
  75. <value>10</value>
  76. <description>The max number of block locations to store for each split for
  77. locality calculation.
  78. </description>
  79. </property>
  80. <property>
  81. <name>mapreduce.job.split.metainfo.maxsize</name>
  82. <value>10000000</value>
  83. <description>The maximum permissible size of the split metainfo file.
  84. The MapReduce ApplicationMaster won't attempt to read submitted split metainfo
  85. files bigger than this configured value.
  86. No limits if set to -1.
  87. </description>
  88. </property>
  89. <property>
  90. <name>mapreduce.map.maxattempts</name>
  91. <value>4</value>
  92. <description>Expert: The maximum number of attempts per map task.
  93. In other words, framework will try to execute a map task these many number
  94. of times before giving up on it.
  95. </description>
  96. </property>
  97. <property>
  98. <name>mapreduce.reduce.maxattempts</name>
  99. <value>4</value>
  100. <description>Expert: The maximum number of attempts per reduce task.
  101. In other words, framework will try to execute a reduce task these many number
  102. of times before giving up on it.
  103. </description>
  104. </property>
  105. <property>
  106. <name>mapreduce.reduce.shuffle.retry-delay.max.ms</name>
  107. <value>60000</value>
  108. <description>The maximum number of ms the reducer will delay before retrying
  109. to download map data.
  110. </description>
  111. </property>
  112. <property>
  113. <name>mapreduce.reduce.shuffle.parallelcopies</name>
  114. <value>5</value>
  115. <description>The default number of parallel transfers run by reduce
  116. during the copy(shuffle) phase.
  117. </description>
  118. </property>
  119. <property>
  120. <name>mapreduce.reduce.shuffle.connect.timeout</name>
  121. <value>180000</value>
  122. <description>Expert: The maximum amount of time (in milli seconds) reduce
  123. task spends in trying to connect to a remote node for getting map output.
  124. </description>
  125. </property>
  126. <property>
  127. <name>mapreduce.reduce.shuffle.read.timeout</name>
  128. <value>180000</value>
  129. <description>Expert: The maximum amount of time (in milli seconds) reduce
  130. task waits for map output data to be available for reading after obtaining
  131. connection.
  132. </description>
  133. </property>
  134. <property>
  135. <name>mapreduce.task.timeout</name>
  136. <value>600000</value>
  137. <description>The number of milliseconds before a task will be
  138. terminated if it neither reads an input, writes an output, nor
  139. updates its status string. A value of 0 disables the timeout.
  140. </description>
  141. </property>
  142. <property>
  143. <name>mapred.child.java.opts</name>
  144. <value>-Xmx200m</value>
  145. <description>Java opts for the task tracker child processes.
  146. The following symbol, if present, will be interpolated: @taskid@ is replaced
  147. by current TaskID. Any other occurrences of '@' will go unchanged.
  148. For example, to enable verbose gc logging to a file named for the taskid in
  149. /tmp and to set the heap maximum to be a gigabyte, pass a 'value' of:
  150. -Xmx1024m -verbose:gc -Xloggc:/tmp/@taskid@.gc
  151. Usage of -Djava.library.path can cause programs to no longer function if
  152. hadoop native libraries are used. These values should instead be set as part
  153. of LD_LIBRARY_PATH in the map / reduce JVM env using the mapreduce.map.env and
  154. mapreduce.reduce.env config settings.
  155. </description>
  156. </property>
  157. <property>
  158. <name>mapred.child.env</name>
  159. <value></value>
  160. <description>User added environment variables for the task tracker child
  161. processes. Example :
  162. 1) A=foo This will set the env variable A to foo
  163. 2) B=$B:c This is inherit nodemanager's B env variable on Unix.
  164. 3) B=%B%;c This is inherit nodemanager's B env variable on Windows.
  165. </description>
  166. </property>
  167. <property>
  168. <name>mapreduce.admin.user.env</name>
  169. <value></value>
  170. <description>
  171. Expert: Additional execution environment entries for
  172. map and reduce task processes. This is not an additive property.
  173. You must preserve the original value if you want your map and
  174. reduce tasks to have access to native libraries (compression, etc).
  175. When this value is empty, the command to set execution
  176. envrionment will be OS dependent:
  177. For linux, use LD_LIBRARY_PATH=$HADOOP_COMMON_HOME/lib/native.
  178. For windows, use PATH = %PATH%;%HADOOP_COMMON_HOME%\\bin.
  179. </description>
  180. </property>
  181. <property>
  182. <name>mapreduce.task.tmp.dir</name>
  183. <value>./tmp</value>
  184. <description> To set the value of tmp directory for map and reduce tasks.
  185. If the value is an absolute path, it is directly assigned. Otherwise, it is
  186. prepended with task's working directory. The java tasks are executed with
  187. option -Djava.io.tmpdir='the absolute path of the tmp dir'. Pipes and
  188. streaming are set with environment variable,
  189. TMPDIR='the absolute path of the tmp dir'
  190. </description>
  191. </property>
  192. <property>
  193. <name>mapreduce.map.log.level</name>
  194. <value>INFO</value>
  195. <description>The logging level for the map task. The allowed levels are:
  196. OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE and ALL.
  197. </description>
  198. </property>
  199. <property>
  200. <name>mapreduce.reduce.log.level</name>
  201. <value>INFO</value>
  202. <description>The logging level for the reduce task. The allowed levels are:
  203. OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE and ALL.
  204. </description>
  205. </property>
  206. <property>
  207. <name>mapreduce.map.cpu.vcores</name>
  208. <value>1</value>
  209. <description>
  210. The number of virtual cores required for each map task.
  211. </description>
  212. </property>
  213. <property>
  214. <name>mapreduce.reduce.cpu.vcores</name>
  215. <value>1</value>
  216. <description>
  217. The number of virtual cores required for each reduce task.
  218. </description>
  219. </property>
  220. <property>
  221. <name>mapreduce.reduce.merge.inmem.threshold</name>
  222. <value>1000</value>
  223. <description>The threshold, in terms of the number of files
  224. for the in-memory merge process. When we accumulate threshold number of files
  225. we initiate the in-memory merge and spill to disk. A value of 0 or less than
  226. 0 indicates we want to DON'T have any threshold and instead depend only on
  227. the ramfs's memory consumption to trigger the merge.
  228. </description>
  229. </property>
  230. <property>
  231. <name>mapreduce.reduce.shuffle.merge.percent</name>
  232. <value>0.66</value>
  233. <description>The usage threshold at which an in-memory merge will be
  234. initiated, expressed as a percentage of the total memory allocated to
  235. storing in-memory map outputs, as defined by
  236. mapreduce.reduce.shuffle.input.buffer.percent.
  237. </description>
  238. </property>
  239. <property>
  240. <name>mapreduce.reduce.shuffle.input.buffer.percent</name>
  241. <value>0.70</value>
  242. <description>The percentage of memory to be allocated from the maximum heap
  243. size to storing map outputs during the shuffle.
  244. </description>
  245. </property>
  246. <property>
  247. <name>mapreduce.reduce.input.buffer.percent</name>
  248. <value>0.0</value>
  249. <description>The percentage of memory- relative to the maximum heap size- to
  250. retain map outputs during the reduce. When the shuffle is concluded, any
  251. remaining map outputs in memory must consume less than this threshold before
  252. the reduce can begin.
  253. </description>
  254. </property>
  255. <property>
  256. <name>mapreduce.reduce.shuffle.memory.limit.percent</name>
  257. <value>0.25</value>
  258. <description>Expert: Maximum percentage of the in-memory limit that a
  259. single shuffle can consume</description>
  260. </property>
  261. <property>
  262. <name>mapreduce.shuffle.ssl.enabled</name>
  263. <value>false</value>
  264. <description>
  265. Whether to use SSL for for the Shuffle HTTP endpoints.
  266. </description>
  267. </property>
  268. <property>
  269. <name>mapreduce.shuffle.ssl.file.buffer.size</name>
  270. <value>65536</value>
  271. <description>Buffer size for reading spills from file when using SSL.
  272. </description>
  273. </property>
  274. <property>
  275. <name>mapreduce.shuffle.max.connections</name>
  276. <value>0</value>
  277. <description>Max allowed connections for the shuffle. Set to 0 (zero)
  278. to indicate no limit on the number of connections.
  279. </description>
  280. </property>
  281. <property>
  282. <name>mapreduce.shuffle.max.threads</name>
  283. <value>0</value>
  284. <description>Max allowed threads for serving shuffle connections. Set to zero
  285. to indicate the default of 2 times the number of available
  286. processors (as reported by Runtime.availableProcessors()). Netty is used to
  287. serve requests, so a thread is not needed for each connection.
  288. </description>
  289. </property>
  290. <property>
  291. <name>mapreduce.reduce.markreset.buffer.percent</name>
  292. <value>0.0</value>
  293. <description>The percentage of memory -relative to the maximum heap size- to
  294. be used for caching values when using the mark-reset functionality.
  295. </description>
  296. </property>
  297. <property>
  298. <name>mapreduce.map.speculative</name>
  299. <value>true</value>
  300. <description>If true, then multiple instances of some map tasks
  301. may be executed in parallel.</description>
  302. </property>
  303. <property>
  304. <name>mapreduce.reduce.speculative</name>
  305. <value>true</value>
  306. <description>If true, then multiple instances of some reduce tasks
  307. may be executed in parallel.</description>
  308. </property>
  309. <property>
  310. <name>mapreduce.job.speculative.speculativecap</name>
  311. <value>0.1</value>
  312. <description>The max percent (0-1) of running tasks that
  313. can be speculatively re-executed at any time.</description>
  314. </property>
  315. <property>
  316. <name>mapreduce.job.map.output.collector.class</name>
  317. <value>org.apache.hadoop.mapred.MapTask$MapOutputBuffer</value>
  318. <description>
  319. It defines the MapOutputCollector implementation to use.
  320. </description>
  321. </property>
  322. <property>
  323. <name>mapreduce.job.speculative.slowtaskthreshold</name>
  324. <value>1.0</value>The number of standard deviations by which a task's
  325. ave progress-rates must be lower than the average of all running tasks'
  326. for the task to be considered too slow.
  327. <description>
  328. </description>
  329. </property>
  330. <property>
  331. <name>mapreduce.job.speculative.slownodethreshold</name>
  332. <value>1.0</value>
  333. <description>The number of standard deviations by which a Task
  334. Tracker's average map and reduce progress-rates (finishTime-dispatchTime)
  335. must be lower than the average of all successful map/reduce task's for
  336. the NodeManager to be considered too slow to give a speculative task to.
  337. </description>
  338. </property>
  339. <property>
  340. <name>mapreduce.job.ubertask.enable</name>
  341. <value>false</value>
  342. <description>Whether to enable the small-jobs "ubertask" optimization,
  343. which runs "sufficiently small" jobs sequentially within a single JVM.
  344. "Small" is defined by the following maxmaps, maxreduces, and maxbytes
  345. settings. Users may override this value.
  346. </description>
  347. </property>
  348. <property>
  349. <name>mapreduce.job.ubertask.maxmaps</name>
  350. <value>9</value>
  351. <description>Threshold for number of maps, beyond which job is considered
  352. too big for the ubertasking optimization. Users may override this value,
  353. but only downward.
  354. </description>
  355. </property>
  356. <property>
  357. <name>mapreduce.job.ubertask.maxreduces</name>
  358. <value>1</value>
  359. <description>Threshold for number of reduces, beyond which job is considered
  360. too big for the ubertasking optimization. CURRENTLY THE CODE CANNOT SUPPORT
  361. MORE THAN ONE REDUCE and will ignore larger values. (Zero is a valid max,
  362. however.) Users may override this value, but only downward.
  363. </description>
  364. </property>
  365. <property>
  366. <name>mapreduce.job.ubertask.maxbytes</name>
  367. <value></value>
  368. <description>Threshold for number of input bytes, beyond which job is
  369. considered too big for the ubertasking optimization. If no value is
  370. specified, dfs.block.size is used as a default. Be sure to specify a
  371. default value in mapred-site.xml if the underlying filesystem is not HDFS.
  372. Users may override this value, but only downward.
  373. </description>
  374. </property>
  375. <property>
  376. <name>mapreduce.input.fileinputformat.split.minsize</name>
  377. <value>0</value>
  378. <description>The minimum size chunk that map input should be split
  379. into. Note that some file formats may have minimum split sizes that
  380. take priority over this setting.</description>
  381. </property>
  382. <property>
  383. <name>mapreduce.client.submit.file.replication</name>
  384. <value>10</value>
  385. <description>The replication level for submitted job files. This
  386. should be around the square root of the number of nodes.
  387. </description>
  388. </property>
  389. <property>
  390. <name>mapreduce.task.files.preserve.failedtasks</name>
  391. <value>false</value>
  392. <description>Should the files for failed tasks be kept. This should only be
  393. used on jobs that are failing, because the storage is never
  394. reclaimed. It also prevents the map outputs from being erased
  395. from the reduce directory as they are consumed.</description>
  396. </property>
  397. <!--
  398. <property>
  399. <name>mapreduce.task.files.preserve.filepattern</name>
  400. <value>.*_m_123456_0</value>
  401. <description>Keep all files from tasks whose task names match the given
  402. regular expression. Defaults to none.</description>
  403. </property>
  404. -->
  405. <property>
  406. <name>mapreduce.output.fileoutputformat.compress</name>
  407. <value>false</value>
  408. <description>Should the job outputs be compressed?
  409. </description>
  410. </property>
  411. <property>
  412. <name>mapreduce.output.fileoutputformat.compress.type</name>
  413. <value>RECORD</value>
  414. <description>If the job outputs are to compressed as SequenceFiles, how should
  415. they be compressed? Should be one of NONE, RECORD or BLOCK.
  416. </description>
  417. </property>
  418. <property>
  419. <name>mapreduce.output.fileoutputformat.compress.codec</name>
  420. <value>org.apache.hadoop.io.compress.DefaultCodec</value>
  421. <description>If the job outputs are compressed, how should they be compressed?
  422. </description>
  423. </property>
  424. <property>
  425. <name>mapreduce.map.output.compress</name>
  426. <value>false</value>
  427. <description>Should the outputs of the maps be compressed before being
  428. sent across the network. Uses SequenceFile compression.
  429. </description>
  430. </property>
  431. <property>
  432. <name>mapreduce.map.output.compress.codec</name>
  433. <value>org.apache.hadoop.io.compress.DefaultCodec</value>
  434. <description>If the map outputs are compressed, how should they be
  435. compressed?
  436. </description>
  437. </property>
  438. <property>
  439. <name>map.sort.class</name>
  440. <value>org.apache.hadoop.util.QuickSort</value>
  441. <description>The default sort class for sorting keys.
  442. </description>
  443. </property>
  444. <property>
  445. <name>mapreduce.task.userlog.limit.kb</name>
  446. <value>0</value>
  447. <description>The maximum size of user-logs of each task in KB. 0 disables the cap.
  448. </description>
  449. </property>
  450. <property>
  451. <name>mapreduce.job.maxtaskfailures.per.tracker</name>
  452. <value>3</value>
  453. <description>The number of task-failures on a node manager of a given job
  454. after which new tasks of that job aren't assigned to it. It
  455. MUST be less than mapreduce.map.maxattempts and
  456. mapreduce.reduce.maxattempts otherwise the failed task will
  457. never be tried on a different node.
  458. </description>
  459. </property>
  460. <property>
  461. <name>mapreduce.client.output.filter</name>
  462. <value>FAILED</value>
  463. <description>The filter for controlling the output of the task's userlogs sent
  464. to the console of the JobClient.
  465. The permissible options are: NONE, KILLED, FAILED, SUCCEEDED and
  466. ALL.
  467. </description>
  468. </property>
  469. <property>
  470. <name>mapreduce.client.completion.pollinterval</name>
  471. <value>5000</value>
  472. <description>The interval (in milliseconds) between which the JobClient
  473. polls the MapReduce ApplicationMaster for updates about job status. You may want to
  474. set this to a lower value to make tests run faster on a single node system. Adjusting
  475. this value in production may lead to unwanted client-server traffic.
  476. </description>
  477. </property>
  478. <property>
  479. <name>mapreduce.client.progressmonitor.pollinterval</name>
  480. <value>1000</value>
  481. <description>The interval (in milliseconds) between which the JobClient
  482. reports status to the console and checks for job completion. You may want to set this
  483. to a lower value to make tests run faster on a single node system. Adjusting
  484. this value in production may lead to unwanted client-server traffic.
  485. </description>
  486. </property>
  487. <property>
  488. <name>mapreduce.task.profile</name>
  489. <value>false</value>
  490. <description>To set whether the system should collect profiler
  491. information for some of the tasks in this job? The information is stored
  492. in the user log directory. The value is "true" if task profiling
  493. is enabled.</description>
  494. </property>
  495. <property>
  496. <name>mapreduce.task.profile.maps</name>
  497. <value>0-2</value>
  498. <description> To set the ranges of map tasks to profile.
  499. mapreduce.task.profile has to be set to true for the value to be accounted.
  500. </description>
  501. </property>
  502. <property>
  503. <name>mapreduce.task.profile.reduces</name>
  504. <value>0-2</value>
  505. <description> To set the ranges of reduce tasks to profile.
  506. mapreduce.task.profile has to be set to true for the value to be accounted.
  507. </description>
  508. </property>
  509. <property>
  510. <name>mapreduce.task.skip.start.attempts</name>
  511. <value>2</value>
  512. <description> The number of Task attempts AFTER which skip mode
  513. will be kicked off. When skip mode is kicked off, the
  514. tasks reports the range of records which it will process
  515. next, to the MR ApplicationMaster. So that on failures, the MR AM
  516. knows which ones are possibly the bad records. On further executions,
  517. those are skipped.
  518. </description>
  519. </property>
  520. <property>
  521. <name>mapreduce.map.skip.proc.count.autoincr</name>
  522. <value>true</value>
  523. <description> The flag which if set to true,
  524. SkipBadRecords.COUNTER_MAP_PROCESSED_RECORDS is incremented
  525. by MapRunner after invoking the map function. This value must be set to
  526. false for applications which process the records asynchronously
  527. or buffer the input records. For example streaming.
  528. In such cases applications should increment this counter on their own.
  529. </description>
  530. </property>
  531. <property>
  532. <name>mapreduce.reduce.skip.proc.count.autoincr</name>
  533. <value>true</value>
  534. <description> The flag which if set to true,
  535. SkipBadRecords.COUNTER_REDUCE_PROCESSED_GROUPS is incremented
  536. by framework after invoking the reduce function. This value must be set to
  537. false for applications which process the records asynchronously
  538. or buffer the input records. For example streaming.
  539. In such cases applications should increment this counter on their own.
  540. </description>
  541. </property>
  542. <property>
  543. <name>mapreduce.job.skip.outdir</name>
  544. <value></value>
  545. <description> If no value is specified here, the skipped records are
  546. written to the output directory at _logs/skip.
  547. User can stop writing skipped records by giving the value "none".
  548. </description>
  549. </property>
  550. <property>
  551. <name>mapreduce.map.skip.maxrecords</name>
  552. <value>0</value>
  553. <description> The number of acceptable skip records surrounding the bad
  554. record PER bad record in mapper. The number includes the bad record as well.
  555. To turn the feature of detection/skipping of bad records off, set the
  556. value to 0.
  557. The framework tries to narrow down the skipped range by retrying
  558. until this threshold is met OR all attempts get exhausted for this task.
  559. Set the value to Long.MAX_VALUE to indicate that framework need not try to
  560. narrow down. Whatever records(depends on application) get skipped are
  561. acceptable.
  562. </description>
  563. </property>
  564. <property>
  565. <name>mapreduce.reduce.skip.maxgroups</name>
  566. <value>0</value>
  567. <description> The number of acceptable skip groups surrounding the bad
  568. group PER bad group in reducer. The number includes the bad group as well.
  569. To turn the feature of detection/skipping of bad groups off, set the
  570. value to 0.
  571. The framework tries to narrow down the skipped range by retrying
  572. until this threshold is met OR all attempts get exhausted for this task.
  573. Set the value to Long.MAX_VALUE to indicate that framework need not try to
  574. narrow down. Whatever groups(depends on application) get skipped are
  575. acceptable.
  576. </description>
  577. </property>
  578. <property>
  579. <name>mapreduce.ifile.readahead</name>
  580. <value>true</value>
  581. <description>Configuration key to enable/disable IFile readahead.
  582. </description>
  583. </property>
  584. <property>
  585. <name>mapreduce.ifile.readahead.bytes</name>
  586. <value>4194304</value>
  587. <description>Configuration key to set the IFile readahead length in bytes.
  588. </description>
  589. </property>
  590. <property>
  591. <name>mapreduce.job.queuename</name>
  592. <value>default</value>
  593. <description> Queue to which a job is submitted. This must match one of the
  594. queues defined in mapred-queues.xml for the system. Also, the ACL setup
  595. for the queue must allow the current user to submit a job to the queue.
  596. Before specifying a queue, ensure that the system is configured with
  597. the queue, and access is allowed for submitting jobs to the queue.
  598. </description>
  599. </property>
  600. <property>
  601. <name>mapreduce.cluster.local.dir</name>
  602. <value>${hadoop.tmp.dir}/mapred/local</value>
  603. <description>
  604. The local directory where MapReduce stores intermediate
  605. data files. May be a comma-separated list of
  606. directories on different devices in order to spread disk i/o.
  607. Directories that do not exist are ignored.
  608. </description>
  609. </property>
  610. <property>
  611. <name>mapreduce.cluster.acls.enabled</name>
  612. <value>false</value>
  613. <description> Specifies whether ACLs should be checked
  614. for authorization of users for doing various queue and job level operations.
  615. ACLs are disabled by default. If enabled, access control checks are made by
  616. MapReduce ApplicationMaster when requests are made by users for queue
  617. operations like submit job to a queue and kill a job in the queue and job
  618. operations like viewing the job-details (See mapreduce.job.acl-view-job)
  619. or for modifying the job (See mapreduce.job.acl-modify-job) using
  620. Map/Reduce APIs, RPCs or via the console and web user interfaces.
  621. For enabling this flag, set to true in mapred-site.xml file of all
  622. MapReduce clients (MR job submitting nodes).
  623. </description>
  624. </property>
  625. <property>
  626. <name>mapreduce.job.acl-modify-job</name>
  627. <value> </value>
  628. <description> Job specific access-control list for 'modifying' the job. It
  629. is only used if authorization is enabled in Map/Reduce by setting the
  630. configuration property mapreduce.cluster.acls.enabled to true.
  631. This specifies the list of users and/or groups who can do modification
  632. operations on the job. For specifying a list of users and groups the
  633. format to use is "user1,user2 group1,group". If set to '*', it allows all
  634. users/groups to modify this job. If set to ' '(i.e. space), it allows
  635. none. This configuration is used to guard all the modifications with respect
  636. to this job and takes care of all the following operations:
  637. o killing this job
  638. o killing a task of this job, failing a task of this job
  639. o setting the priority of this job
  640. Each of these operations are also protected by the per-queue level ACL
  641. "acl-administer-jobs" configured via mapred-queues.xml. So a caller should
  642. have the authorization to satisfy either the queue-level ACL or the
  643. job-level ACL.
  644. Irrespective of this ACL configuration, (a) job-owner, (b) the user who
  645. started the cluster, (c) members of an admin configured supergroup
  646. configured via mapreduce.cluster.permissions.supergroup and (d) queue
  647. administrators of the queue to which this job was submitted to configured
  648. via acl-administer-jobs for the specific queue in mapred-queues.xml can
  649. do all the modification operations on a job.
  650. By default, nobody else besides job-owner, the user who started the cluster,
  651. members of supergroup and queue administrators can perform modification
  652. operations on a job.
  653. </description>
  654. </property>
  655. <property>
  656. <name>mapreduce.job.acl-view-job</name>
  657. <value> </value>
  658. <description> Job specific access-control list for 'viewing' the job. It is
  659. only used if authorization is enabled in Map/Reduce by setting the
  660. configuration property mapreduce.cluster.acls.enabled to true.
  661. This specifies the list of users and/or groups who can view private details
  662. about the job. For specifying a list of users and groups the
  663. format to use is "user1,user2 group1,group". If set to '*', it allows all
  664. users/groups to modify this job. If set to ' '(i.e. space), it allows
  665. none. This configuration is used to guard some of the job-views and at
  666. present only protects APIs that can return possibly sensitive information
  667. of the job-owner like
  668. o job-level counters
  669. o task-level counters
  670. o tasks' diagnostic information
  671. o task-logs displayed on the HistoryServer's web-UI and
  672. o job.xml showed by the HistoryServer's web-UI
  673. Every other piece of information of jobs is still accessible by any other
  674. user, for e.g., JobStatus, JobProfile, list of jobs in the queue, etc.
  675. Irrespective of this ACL configuration, (a) job-owner, (b) the user who
  676. started the cluster, (c) members of an admin configured supergroup
  677. configured via mapreduce.cluster.permissions.supergroup and (d) queue
  678. administrators of the queue to which this job was submitted to configured
  679. via acl-administer-jobs for the specific queue in mapred-queues.xml can
  680. do all the view operations on a job.
  681. By default, nobody else besides job-owner, the user who started the
  682. cluster, memebers of supergroup and queue administrators can perform
  683. view operations on a job.
  684. </description>
  685. </property>
  686. <property>
  687. <name>mapreduce.job.token.tracking.ids.enabled</name>
  688. <value>false</value>
  689. <description>Whether to write tracking ids of tokens to
  690. job-conf. When true, the configuration property
  691. "mapreduce.job.token.tracking.ids" is set to the token-tracking-ids of
  692. the job</description>
  693. </property>
  694. <property>
  695. <name>mapreduce.job.token.tracking.ids</name>
  696. <value></value>
  697. <description>When mapreduce.job.token.tracking.ids.enabled is
  698. set to true, this is set by the framework to the
  699. token-tracking-ids used by the job.</description>
  700. </property>
  701. <property>
  702. <name>mapreduce.task.merge.progress.records</name>
  703. <value>10000</value>
  704. <description> The number of records to process during merge before
  705. sending a progress notification to the MR ApplicationMaster.
  706. </description>
  707. </property>
  708. <property>
  709. <name>mapreduce.job.reduce.slowstart.completedmaps</name>
  710. <value>0.05</value>
  711. <description>Fraction of the number of maps in the job which should be
  712. complete before reduces are scheduled for the job.
  713. </description>
  714. </property>
  715. <property>
  716. <name>mapreduce.job.complete.cancel.delegation.tokens</name>
  717. <value>true</value>
  718. <description> if false - do not unregister/cancel delegation tokens from
  719. renewal, because same tokens may be used by spawned jobs
  720. </description>
  721. </property>
  722. <property>
  723. <name>mapreduce.shuffle.port</name>
  724. <value>13562</value>
  725. <description>Default port that the ShuffleHandler will run on. ShuffleHandler
  726. is a service run at the NodeManager to facilitate transfers of intermediate
  727. Map outputs to requesting Reducers.
  728. </description>
  729. </property>
  730. <property>
  731. <name>mapreduce.job.reduce.shuffle.consumer.plugin.class</name>
  732. <value>org.apache.hadoop.mapreduce.task.reduce.Shuffle</value>
  733. <description>
  734. Name of the class whose instance will be used
  735. to send shuffle requests by reducetasks of this job.
  736. The class must be an instance of org.apache.hadoop.mapred.ShuffleConsumerPlugin.
  737. </description>
  738. </property>
  739. <!-- MR YARN Application properties -->
  740. <property>
  741. <name>mapreduce.job.counters.limit</name>
  742. <value>120</value>
  743. <description>Limit on the number of user counters allowed per job.
  744. </description>
  745. </property>
  746. <property>
  747. <name>mapreduce.framework.name</name>
  748. <value>local</value>
  749. <description>The runtime framework for executing MapReduce jobs.
  750. Can be one of local, classic or yarn.
  751. </description>
  752. </property>
  753. <property>
  754. <name>yarn.app.mapreduce.am.staging-dir</name>
  755. <value>/tmp/hadoop-yarn/staging</value>
  756. <description>The staging dir used while submitting jobs.
  757. </description>
  758. </property>
  759. <property>
  760. <name>mapreduce.am.max-attempts</name>
  761. <value>2</value>
  762. <description>The maximum number of application attempts. It is a
  763. application-specific setting. It should not be larger than the global number
  764. set by resourcemanager. Otherwise, it will be override. The default number is
  765. set to 2, to allow at least one retry for AM.</description>
  766. </property>
  767. <!-- Job Notification Configuration -->
  768. <property>
  769. <name>mapreduce.job.end-notification.url</name>
  770. <!--<value>http://localhost:8080/jobstatus.php?jobId=$jobId&amp;jobStatus=$jobStatus</value>-->
  771. <description>Indicates url which will be called on completion of job to inform
  772. end status of job.
  773. User can give at most 2 variables with URI : $jobId and $jobStatus.
  774. If they are present in URI, then they will be replaced by their
  775. respective values.
  776. </description>
  777. </property>
  778. <property>
  779. <name>mapreduce.job.end-notification.retry.attempts</name>
  780. <value>0</value>
  781. <description>The number of times the submitter of the job wants to retry job
  782. end notification if it fails. This is capped by
  783. mapreduce.job.end-notification.max.attempts</description>
  784. </property>
  785. <property>
  786. <name>mapreduce.job.end-notification.retry.interval</name>
  787. <value>1000</value>
  788. <description>The number of milliseconds the submitter of the job wants to
  789. wait before job end notification is retried if it fails. This is capped by
  790. mapreduce.job.end-notification.max.retry.interval</description>
  791. </property>
  792. <property>
  793. <name>mapreduce.job.end-notification.max.attempts</name>
  794. <value>5</value>
  795. <final>true</final>
  796. <description>The maximum number of times a URL will be read for providing job
  797. end notification. Cluster administrators can set this to limit how long
  798. after end of a job, the Application Master waits before exiting. Must be
  799. marked as final to prevent users from overriding this.
  800. </description>
  801. </property>
  802. <property>
  803. <name>mapreduce.job.end-notification.max.retry.interval</name>
  804. <value>5000</value>
  805. <final>true</final>
  806. <description>The maximum amount of time (in milliseconds) to wait before
  807. retrying job end notification. Cluster administrators can set this to
  808. limit how long the Application Master waits before exiting. Must be marked
  809. as final to prevent users from overriding this.</description>
  810. </property>
  811. <property>
  812. <name>yarn.app.mapreduce.am.env</name>
  813. <value></value>
  814. <description>User added environment variables for the MR App Master
  815. processes. Example :
  816. 1) A=foo This will set the env variable A to foo
  817. 2) B=$B:c This is inherit tasktracker's B env variable.
  818. </description>
  819. </property>
  820. <property>
  821. <name>yarn.app.mapreduce.am.admin.user.env</name>
  822. <value></value>
  823. <description> Environment variables for the MR App Master
  824. processes for admin purposes. These values are set first and can be
  825. overridden by the user env (yarn.app.mapreduce.am.env) Example :
  826. 1) A=foo This will set the env variable A to foo
  827. 2) B=$B:c This is inherit app master's B env variable.
  828. </description>
  829. </property>
  830. <property>
  831. <name>yarn.app.mapreduce.am.command-opts</name>
  832. <value>-Xmx1024m</value>
  833. <description>Java opts for the MR App Master processes.
  834. The following symbol, if present, will be interpolated: @taskid@ is replaced
  835. by current TaskID. Any other occurrences of '@' will go unchanged.
  836. For example, to enable verbose gc logging to a file named for the taskid in
  837. /tmp and to set the heap maximum to be a gigabyte, pass a 'value' of:
  838. -Xmx1024m -verbose:gc -Xloggc:/tmp/@taskid@.gc
  839. Usage of -Djava.library.path can cause programs to no longer function if
  840. hadoop native libraries are used. These values should instead be set as part
  841. of LD_LIBRARY_PATH in the map / reduce JVM env using the mapreduce.map.env and
  842. mapreduce.reduce.env config settings.
  843. </description>
  844. </property>
  845. <property>
  846. <name>yarn.app.mapreduce.am.admin-command-opts</name>
  847. <value></value>
  848. <description>Java opts for the MR App Master processes for admin purposes.
  849. It will appears before the opts set by yarn.app.mapreduce.am.command-opts and
  850. thus its options can be overridden user.
  851. Usage of -Djava.library.path can cause programs to no longer function if
  852. hadoop native libraries are used. These values should instead be set as part
  853. of LD_LIBRARY_PATH in the map / reduce JVM env using the mapreduce.map.env and
  854. mapreduce.reduce.env config settings.
  855. </description>
  856. </property>
  857. <property>
  858. <name>yarn.app.mapreduce.am.job.task.listener.thread-count</name>
  859. <value>30</value>
  860. <description>The number of threads used to handle RPC calls in the
  861. MR AppMaster from remote tasks</description>
  862. </property>
  863. <property>
  864. <name>yarn.app.mapreduce.am.job.client.port-range</name>
  865. <value></value>
  866. <description>Range of ports that the MapReduce AM can use when binding.
  867. Leave blank if you want all possible ports.
  868. For example 50000-50050,50100-50200</description>
  869. </property>
  870. <property>
  871. <name>yarn.app.mapreduce.am.job.committer.cancel-timeout</name>
  872. <value>60000</value>
  873. <description>The amount of time in milliseconds to wait for the output
  874. committer to cancel an operation if the job is killed</description>
  875. </property>
  876. <property>
  877. <name>yarn.app.mapreduce.am.job.committer.commit-window</name>
  878. <value>10000</value>
  879. <description>Defines a time window in milliseconds for output commit
  880. operations. If contact with the RM has occurred within this window then
  881. commits are allowed, otherwise the AM will not allow output commits until
  882. contact with the RM has been re-established.</description>
  883. </property>
  884. <property>
  885. <name>yarn.app.mapreduce.am.scheduler.heartbeat.interval-ms</name>
  886. <value>1000</value>
  887. <description>The interval in ms at which the MR AppMaster should send
  888. heartbeats to the ResourceManager</description>
  889. </property>
  890. <property>
  891. <name>yarn.app.mapreduce.client-am.ipc.max-retries</name>
  892. <value>3</value>
  893. <description>The number of client retries to the AM - before reconnecting
  894. to the RM to fetch Application Status.</description>
  895. </property>
  896. <property>
  897. <name>yarn.app.mapreduce.client-am.ipc.max-retries-on-timeouts</name>
  898. <value>3</value>
  899. <description>The number of client retries on socket timeouts to the AM - before
  900. reconnecting to the RM to fetch Application Status.</description>
  901. </property>
  902. <property>
  903. <name>yarn.app.mapreduce.client.max-retries</name>
  904. <value>3</value>
  905. <description>The number of client retries to the RM/HS before
  906. throwing exception. This is a layer above the ipc.</description>
  907. </property>
  908. <property>
  909. <name>yarn.app.mapreduce.am.resource.mb</name>
  910. <value>1536</value>
  911. <description>The amount of memory the MR AppMaster needs.</description>
  912. </property>
  913. <property>
  914. <name>yarn.app.mapreduce.am.resource.cpu-vcores</name>
  915. <value>1</value>
  916. <description>
  917. The number of virtual CPU cores the MR AppMaster needs.
  918. </description>
  919. </property>
  920. <property>
  921. <description>CLASSPATH for MR applications. A comma-separated list
  922. of CLASSPATH entries. If mapreduce.application.framework is set then this
  923. must specify the appropriate classpath for that archive, and the name of
  924. the archive must be present in the classpath.
  925. When this value is empty, the following default CLASSPATH for MR
  926. applications would be used.
  927. For Linux:
  928. $HADOOP_MAPRED_HOME/share/hadoop/mapreduce/*,
  929. $HADOOP_MAPRED_HOME/share/hadoop/mapreduce/lib/*.
  930. For Windows:
  931. %HADOOP_MAPRED_HOME%/share/hadoop/mapreduce/*,
  932. %HADOOP_MAPRED_HOME%/share/hadoop/mapreduce/lib/*.
  933. </description>
  934. <name>mapreduce.application.classpath</name>
  935. <value></value>
  936. </property>
  937. <property>
  938. <description>Path to the MapReduce framework archive. If set, the framework
  939. archive will automatically be distributed along with the job, and this
  940. path would normally reside in a public location in an HDFS filesystem. As
  941. with distributed cache files, this can be a URL with a fragment specifying
  942. the alias to use for the archive name. For example,
  943. hdfs:/mapred/framework/hadoop-mapreduce-2.1.1.tar.gz#mrframework would
  944. alias the localized archive as "mrframework".
  945. Note that mapreduce.application.classpath must include the appropriate
  946. classpath for the specified framework. The base name of the archive, or
  947. alias of the archive if an alias is used, must appear in the specified
  948. classpath.
  949. </description>
  950. <name>mapreduce.application.framework.path</name>
  951. <value></value>
  952. </property>
  953. <property>
  954. <name>mapreduce.job.classloader</name>
  955. <value>false</value>
  956. <description>Whether to use a separate (isolated) classloader for
  957. user classes in the task JVM.</description>
  958. </property>
  959. <property>
  960. <name>mapreduce.job.classloader.system.classes</name>
  961. <value>java.,javax.,org.apache.commons.logging.,org.apache.log4j.,org.apache.hadoop.</value>
  962. <description>A comma-separated list of classes that should be loaded from the
  963. system classpath, not the user-supplied JARs, when mapreduce.job.classloader
  964. is enabled. Names ending in '.' (period) are treated as package names,
  965. and names starting with a '-' are treated as negative matches.
  966. </description>
  967. </property>
  968. <property>
  969. <name>mapreduce.jvm.system-properties-to-log</name>
  970. <value>os.name,os.version,java.home,java.runtime.version,java.vendor,java.version,java.vm.name,java.class.path,java.io.tmpdir,user.dir,user.name</value>
  971. <description>Comma-delimited list of system properties to log on mapreduce JVM start</description>
  972. </property>
  973. <!-- jobhistory properties -->
  974. <property>
  975. <name>mapreduce.jobhistory.address</name>
  976. <value>0.0.0.0:10020</value>
  977. <description>MapReduce JobHistory Server IPC host:port</description>
  978. </property>
  979. <property>
  980. <name>mapreduce.jobhistory.webapp.address</name>
  981. <value>0.0.0.0:19888</value>
  982. <description>MapReduce JobHistory Server Web UI host:port</description>
  983. </property>
  984. <property>
  985. <name>mapreduce.jobhistory.keytab</name>
  986. <description>
  987. Location of the kerberos keytab file for the MapReduce
  988. JobHistory Server.
  989. </description>
  990. <value>/etc/security/keytab/jhs.service.keytab</value>
  991. </property>
  992. <property>
  993. <name>mapreduce.jobhistory.principal</name>
  994. <description>
  995. Kerberos principal name for the MapReduce JobHistory Server.
  996. </description>
  997. <value>jhs/_HOST@REALM.TLD</value>
  998. </property>
  999. <property>
  1000. <name>mapreduce.jobhistory.intermediate-done-dir</name>
  1001. <value>${yarn.app.mapreduce.am.staging-dir}/history/done_intermediate</value>
  1002. <description></description>
  1003. </property>
  1004. <property>
  1005. <name>mapreduce.jobhistory.done-dir</name>
  1006. <value>${yarn.app.mapreduce.am.staging-dir}/history/done</value>
  1007. <description></description>
  1008. </property>
  1009. <property>
  1010. <name>mapreduce.jobhistory.cleaner.enable</name>
  1011. <value>true</value>
  1012. <description></description>
  1013. </property>
  1014. <property>
  1015. <name>mapreduce.jobhistory.cleaner.interval-ms</name>
  1016. <value>86400000</value>
  1017. <description> How often the job history cleaner checks for files to delete,
  1018. in milliseconds. Defaults to 86400000 (one day). Files are only deleted if
  1019. they are older than mapreduce.jobhistory.max-age-ms.
  1020. </description>
  1021. </property>
  1022. <property>
  1023. <name>mapreduce.jobhistory.max-age-ms</name>
  1024. <value>604800000</value>
  1025. <description> Job history files older than this many milliseconds will
  1026. be deleted when the history cleaner runs. Defaults to 604800000 (1 week).
  1027. </description>
  1028. </property>
  1029. <property>
  1030. <name>mapreduce.jobhistory.client.thread-count</name>
  1031. <value>10</value>
  1032. <description>The number of threads to handle client API requests</description>
  1033. </property>
  1034. <property>
  1035. <name>mapreduce.jobhistory.datestring.cache.size</name>
  1036. <value>200000</value>
  1037. <description>Size of the date string cache. Effects the number of directories
  1038. which will be scanned to find a job.</description>
  1039. </property>
  1040. <property>
  1041. <name>mapreduce.jobhistory.joblist.cache.size</name>
  1042. <value>20000</value>
  1043. <description>Size of the job list cache</description>
  1044. </property>
  1045. <property>
  1046. <name>mapreduce.jobhistory.loadedjobs.cache.size</name>
  1047. <value>5</value>
  1048. <description>Size of the loaded job cache</description>
  1049. </property>
  1050. <property>
  1051. <name>mapreduce.jobhistory.move.interval-ms</name>
  1052. <value>180000</value>
  1053. <description>Scan for history files to more from intermediate done dir to done
  1054. dir at this frequency.
  1055. </description>
  1056. </property>
  1057. <property>
  1058. <name>mapreduce.jobhistory.move.thread-count</name>
  1059. <value>3</value>
  1060. <description>The number of threads used to move files.</description>
  1061. </property>
  1062. <property>
  1063. <name>mapreduce.jobhistory.store.class</name>
  1064. <value></value>
  1065. <description>The HistoryStorage class to use to cache history data.</description>
  1066. </property>
  1067. <property>
  1068. <name>mapreduce.jobhistory.minicluster.fixed.ports</name>
  1069. <value>false</value>
  1070. <description>Whether to use fixed ports with the minicluster</description>
  1071. </property>
  1072. <property>
  1073. <name>mapreduce.jobhistory.admin.address</name>
  1074. <value>0.0.0.0:10033</value>
  1075. <description>The address of the History server admin interface.</description>
  1076. </property>
  1077. <property>
  1078. <name>mapreduce.jobhistory.admin.acl</name>
  1079. <value>*</value>
  1080. <description>ACL of who can be admin of the History server.</description>
  1081. </property>
  1082. <property>
  1083. <name>mapreduce.jobhistory.recovery.enable</name>
  1084. <value>false</value>
  1085. <description>Enable the history server to store server state and recover
  1086. server state upon startup. If enabled then
  1087. mapreduce.jobhistory.recovery.store.class must be specified.</description>
  1088. </property>
  1089. <property>
  1090. <name>mapreduce.jobhistory.recovery.store.class</name>
  1091. <value>org.apache.hadoop.mapreduce.v2.hs.HistoryServerFileSystemStateStoreService</value>
  1092. <description>The HistoryServerStateStoreService class to store history server
  1093. state for recovery.</description>
  1094. </property>
  1095. <property>
  1096. <name>mapreduce.jobhistory.recovery.store.fs.uri</name>
  1097. <value>${hadoop.tmp.dir}/mapred/history/recoverystore</value>
  1098. <!--value>hdfs://localhost:9000/mapred/history/recoverystore</value-->
  1099. <description>The URI where history server state will be stored if
  1100. HistoryServerFileSystemStateStoreService is configured as the recovery
  1101. storage class.</description>
  1102. </property>
  1103. <property>
  1104. <name>mapreduce.jobhistory.http.policy</name>
  1105. <value>HTTP_ONLY</value>
  1106. <description>
  1107. This configures the HTTP endpoint for JobHistoryServer web UI.
  1108. The following values are supported:
  1109. - HTTP_ONLY : Service is provided only on http
  1110. - HTTPS_ONLY : Service is provided only on https
  1111. </description>
  1112. </property>
  1113. </configuration>