hod_config_guide.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <meta content="Apache Forrest" name="Generator">
  6. <meta name="Forrest-version" content="0.8">
  7. <meta name="Forrest-skin-name" content="pelt">
  8. <title>
  9. Hadoop On Demand: Configuration Guide
  10. </title>
  11. <link type="text/css" href="skin/basic.css" rel="stylesheet">
  12. <link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
  13. <link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
  14. <link type="text/css" href="skin/profile.css" rel="stylesheet">
  15. <script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
  16. <link rel="shortcut icon" href="images/favicon.ico">
  17. </head>
  18. <body onload="init()">
  19. <script type="text/javascript">ndeSetTextSize();</script>
  20. <div id="top">
  21. <!--+
  22. |breadtrail
  23. +-->
  24. <div class="breadtrail">
  25. <a href="http://www.apache.org/">Apache</a> &gt; <a href="http://hadoop.apache.org/">Hadoop</a> &gt; <a href="http://hadoop.apache.org/core/">Core</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
  26. </div>
  27. <!--+
  28. |header
  29. +-->
  30. <div class="header">
  31. <!--+
  32. |start group logo
  33. +-->
  34. <div class="grouplogo">
  35. <a href="http://hadoop.apache.org/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Apache Hadoop"></a>
  36. </div>
  37. <!--+
  38. |end group logo
  39. +-->
  40. <!--+
  41. |start Project Logo
  42. +-->
  43. <div class="projectlogo">
  44. <a href="http://hadoop.apache.org/core/"><img class="logoImage" alt="Hadoop" src="images/core-logo.gif" title="Scalable Computing Platform"></a>
  45. </div>
  46. <!--+
  47. |end Project Logo
  48. +-->
  49. <!--+
  50. |start Search
  51. +-->
  52. <div class="searchbox">
  53. <form action="http://www.google.com/search" method="get" class="roundtopsmall">
  54. <input value="hadoop.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp;
  55. <input name="Search" value="Search" type="submit">
  56. </form>
  57. </div>
  58. <!--+
  59. |end search
  60. +-->
  61. <!--+
  62. |start Tabs
  63. +-->
  64. <ul id="tabs">
  65. <li>
  66. <a class="unselected" href="http://hadoop.apache.org/core/">Project</a>
  67. </li>
  68. <li>
  69. <a class="unselected" href="http://wiki.apache.org/hadoop">Wiki</a>
  70. </li>
  71. <li class="current">
  72. <a class="selected" href="index.html">Hadoop 0.19 Documentation</a>
  73. </li>
  74. </ul>
  75. <!--+
  76. |end Tabs
  77. +-->
  78. </div>
  79. </div>
  80. <div id="main">
  81. <div id="publishedStrip">
  82. <!--+
  83. |start Subtabs
  84. +-->
  85. <div id="level2tabs"></div>
  86. <!--+
  87. |end Endtabs
  88. +-->
  89. <script type="text/javascript"><!--
  90. document.write("Last Published: " + document.lastModified);
  91. // --></script>
  92. </div>
  93. <!--+
  94. |breadtrail
  95. +-->
  96. <div class="breadtrail">
  97. &nbsp;
  98. </div>
  99. <!--+
  100. |start Menu, mainarea
  101. +-->
  102. <!--+
  103. |start Menu
  104. +-->
  105. <div id="menu">
  106. <div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Documentation</div>
  107. <div id="menu_1.1" class="menuitemgroup">
  108. <div class="menuitem">
  109. <a href="index.html">Overview</a>
  110. </div>
  111. <div class="menuitem">
  112. <a href="quickstart.html">Quickstart</a>
  113. </div>
  114. <div class="menuitem">
  115. <a href="cluster_setup.html">Cluster Setup</a>
  116. </div>
  117. <div class="menuitem">
  118. <a href="hdfs_design.html">HDFS Architecture</a>
  119. </div>
  120. <div class="menuitem">
  121. <a href="hdfs_user_guide.html">HDFS User Guide</a>
  122. </div>
  123. <div class="menuitem">
  124. <a href="hdfs_permissions_guide.html">HDFS Permissions Guide</a>
  125. </div>
  126. <div class="menuitem">
  127. <a href="hdfs_quota_admin_guide.html">HDFS Quotas Administrator Guide</a>
  128. </div>
  129. <div class="menuitem">
  130. <a href="commands_manual.html">Commands Manual</a>
  131. </div>
  132. <div class="menuitem">
  133. <a href="hdfs_shell.html">FS Shell Guide</a>
  134. </div>
  135. <div class="menuitem">
  136. <a href="distcp.html">DistCp Guide</a>
  137. </div>
  138. <div class="menuitem">
  139. <a href="mapred_tutorial.html">Map-Reduce Tutorial</a>
  140. </div>
  141. <div class="menuitem">
  142. <a href="native_libraries.html">Native Hadoop Libraries</a>
  143. </div>
  144. <div class="menuitem">
  145. <a href="streaming.html">Streaming</a>
  146. </div>
  147. <div class="menuitem">
  148. <a href="hadoop_archives.html">Hadoop Archives</a>
  149. </div>
  150. <div class="menuitem">
  151. <a href="hod.html">Hadoop On Demand</a>
  152. </div>
  153. <div class="menuitem">
  154. <a href="api/index.html">API Docs</a>
  155. </div>
  156. <div class="menuitem">
  157. <a href="http://wiki.apache.org/hadoop/">Wiki</a>
  158. </div>
  159. <div class="menuitem">
  160. <a href="http://wiki.apache.org/hadoop/FAQ">FAQ</a>
  161. </div>
  162. <div class="menuitem">
  163. <a href="http://hadoop.apache.org/core/mailing_lists.html">Mailing Lists</a>
  164. </div>
  165. <div class="menuitem">
  166. <a href="releasenotes.html">Release Notes</a>
  167. </div>
  168. <div class="menuitem">
  169. <a href="changes.html">All Changes</a>
  170. </div>
  171. </div>
  172. <div id="credit"></div>
  173. <div id="roundbottom">
  174. <img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
  175. <!--+
  176. |alternative credits
  177. +-->
  178. <div id="credit2"></div>
  179. </div>
  180. <!--+
  181. |end Menu
  182. +-->
  183. <!--+
  184. |start content
  185. +-->
  186. <div id="content">
  187. <div title="Portable Document Format" class="pdflink">
  188. <a class="dida" href="hod_config_guide.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
  189. PDF</a>
  190. </div>
  191. <h1>
  192. Hadoop On Demand: Configuration Guide
  193. </h1>
  194. <div id="minitoc-area">
  195. <ul class="minitoc">
  196. <li>
  197. <a href="#1.+Introduction">1. Introduction</a>
  198. </li>
  199. <li>
  200. <a href="#2.+Sections">2. Sections</a>
  201. </li>
  202. <li>
  203. <a href="#3.+HOD+Configuration+Options">3. HOD Configuration Options</a>
  204. <ul class="minitoc">
  205. <li>
  206. <a href="#3.1+Common+configuration+options">3.1 Common configuration options</a>
  207. </li>
  208. <li>
  209. <a href="#3.2+hod+options">3.2 hod options</a>
  210. </li>
  211. <li>
  212. <a href="#3.3+resource_manager+options">3.3 resource_manager options</a>
  213. </li>
  214. <li>
  215. <a href="#3.4+ringmaster+options">3.4 ringmaster options</a>
  216. </li>
  217. <li>
  218. <a href="#3.5+gridservice-hdfs+options">3.5 gridservice-hdfs options</a>
  219. </li>
  220. <li>
  221. <a href="#3.6+gridservice-mapred+options">3.6 gridservice-mapred options</a>
  222. </li>
  223. <li>
  224. <a href="#3.7+hodring+options">3.7 hodring options</a>
  225. </li>
  226. </ul>
  227. </li>
  228. </ul>
  229. </div>
  230. <a name="N1000C"></a><a name="1.+Introduction"></a>
  231. <h2 class="h3">1. Introduction</h2>
  232. <div class="section">
  233. <p>This document explains some of the most important and commonly used
  234. Hadoop On Demand (HOD) configuration options. Configuration options
  235. can be specified in two ways: a configuration file
  236. in the INI format, and as command line options to the HOD shell,
  237. specified in the format --section.option[=value]. If the same option is
  238. specified in both places, the value specified on the command line
  239. overrides the value in the configuration file.</p>
  240. <p>
  241. To get a simple description of all configuration options, type:
  242. </p>
  243. <table class="ForrestTable" cellspacing="1" cellpadding="4">
  244. <tr>
  245. <td colspan="1" rowspan="1"><span class="codefrag">$ hod --verbose-help</span></td>
  246. </tr>
  247. </table>
  248. </div>
  249. <a name="N10021"></a><a name="2.+Sections"></a>
  250. <h2 class="h3">2. Sections</h2>
  251. <div class="section">
  252. <p>HOD organizes configuration options into these sections:</p>
  253. <ul>
  254. <li> hod: Options for the HOD client</li>
  255. <li> resource_manager: Options for specifying which resource manager
  256. to use, and other parameters for using that resource manager</li>
  257. <li> ringmaster: Options for the RingMaster process, </li>
  258. <li> hodring: Options for the HodRing processes</li>
  259. <li> gridservice-mapred: Options for the Map/Reduce daemons</li>
  260. <li> gridservice-hdfs: Options for the HDFS daemons.</li>
  261. </ul>
  262. </div>
  263. <a name="N10040"></a><a name="3.+HOD+Configuration+Options"></a>
  264. <h2 class="h3">3. HOD Configuration Options</h2>
  265. <div class="section">
  266. <p>The following section describes configuration options common to most
  267. HOD sections followed by sections that describe configuration options
  268. specific to each HOD section.</p>
  269. <a name="N10049"></a><a name="3.1+Common+configuration+options"></a>
  270. <h3 class="h4">3.1 Common configuration options</h3>
  271. <p>Certain configuration options are defined in most of the sections of
  272. the HOD configuration. Options defined in a section, are used by the
  273. process for which that section applies. These options have the same
  274. meaning, but can have different values in each section.
  275. </p>
  276. <ul>
  277. <li>temp-dir: Temporary directory for usage by the HOD processes. Make
  278. sure that the users who will run hod have rights to create
  279. directories under the directory specified here.</li>
  280. <li>debug: Numeric value from 1-4. 4 produces the most log information,
  281. and 1 the least.</li>
  282. <li>log-dir: Directory where log files are stored. By default, this is
  283. &lt;install-location&gt;/logs/. The restrictions and notes for the
  284. temp-dir variable apply here too.
  285. </li>
  286. <li>xrs-port-range: Range of ports, among which an available port shall
  287. be picked for use to run an XML-RPC server.</li>
  288. <li>http-port-range: Range of ports, among which an available port shall
  289. be picked for use to run an HTTP server.</li>
  290. <li>java-home: Location of Java to be used by Hadoop.</li>
  291. <li>syslog-address: Address to which a syslog daemon is bound to. The format
  292. of the value is host:port. If configured, HOD log messages
  293. will be logged to syslog using this value.</li>
  294. </ul>
  295. <a name="N1006B"></a><a name="3.2+hod+options"></a>
  296. <h3 class="h4">3.2 hod options</h3>
  297. <ul>
  298. <li>cluster: Descriptive name given to the cluster. For Torque, this is
  299. specified as a 'Node property' for every node in the cluster.
  300. HOD uses this value to compute the number of available nodes.</li>
  301. <li>client-params: Comma-separated list of hadoop config parameters
  302. specified as key-value pairs. These will be used to
  303. generate a hadoop-site.xml on the submit node that
  304. should be used for running Map/Reduce jobs.</li>
  305. <li>job-feasibility-attr: Regular expression string that specifies
  306. whether and how to check job feasibility - resource
  307. manager or scheduler limits. The current
  308. implementation corresponds to the torque job
  309. attribute 'comment' and by default is disabled.
  310. When set, HOD uses it to decide what type
  311. of limit violation is triggered and either
  312. deallocates the cluster or stays in queued state
  313. according as the request is beyond maximum limits or
  314. the cumulative usage has crossed maximum limits.
  315. The torque comment attribute may be updated
  316. periodically by an external mechanism. For example,
  317. comment attribute can be updated by running <a href="hod_admin_guide.html#checklimits.sh+-+Tool+to+update+torque+comment+field+reflecting+resource+limits">
  318. checklimits.sh</a> script in hod/support directory,
  319. and then setting job-feasibility-attr equal to the
  320. value TORQUE_USER_LIMITS_COMMENT_FIELD,
  321. "User-limits exceeded. Requested:([0-9]*)
  322. Used:([0-9]*) MaxLimit:([0-9]*)", will make HOD
  323. behave accordingly.
  324. </li>
  325. </ul>
  326. <a name="N10082"></a><a name="3.3+resource_manager+options"></a>
  327. <h3 class="h4">3.3 resource_manager options</h3>
  328. <ul>
  329. <li>queue: Name of the queue configured in the resource manager to which
  330. jobs are to be submitted.</li>
  331. <li>batch-home: Install directory to which 'bin' is appended and under
  332. which the executables of the resource manager can be
  333. found.</li>
  334. <li>env-vars: Comma-separated list of key-value pairs,
  335. expressed as key=value, which would be passed to the jobs
  336. launched on the compute nodes.
  337. For example, if the python installation is
  338. in a non-standard location, one can set the environment
  339. variable 'HOD_PYTHON_HOME' to the path to the python
  340. executable. The HOD processes launched on the compute nodes
  341. can then use this variable.</li>
  342. </ul>
  343. <a name="N10095"></a><a name="3.4+ringmaster+options"></a>
  344. <h3 class="h4">3.4 ringmaster options</h3>
  345. <ul>
  346. <li>work-dirs: Comma-separated list of paths that will serve
  347. as the root for directories that HOD generates and passes
  348. to Hadoop for use to store DFS and Map/Reduce data. For e.g.
  349. this is where DFS data blocks will be stored. Typically,
  350. as many paths are specified as there are disks available
  351. to ensure all disks are being utilized. The restrictions
  352. and notes for the temp-dir variable apply here too.</li>
  353. <li>max-master-failures: Number of times a hadoop master
  354. daemon can fail to launch, beyond which HOD will fail
  355. the cluster allocation altogether. In HOD clusters,
  356. sometimes there might be a single or few "bad" nodes due
  357. to issues like missing java, missing or incorrect version
  358. of Hadoop etc. When this configuration variable is set
  359. to a positive integer, the RingMaster returns an error
  360. to the client only when the number of times a hadoop
  361. master (JobTracker or NameNode) fails to start on these
  362. bad nodes because of above issues, exceeds the specified
  363. value. If the number is not exceeded, the next HodRing
  364. which requests for a command to launch is given the same
  365. hadoop master again. This way, HOD tries its best for a
  366. successful allocation even in the presence of a few bad
  367. nodes in the cluster.
  368. </li>
  369. </ul>
  370. <a name="N100A5"></a><a name="3.5+gridservice-hdfs+options"></a>
  371. <h3 class="h4">3.5 gridservice-hdfs options</h3>
  372. <ul>
  373. <li>external: If false, indicates that a HDFS cluster must be
  374. bought up by the HOD system, on the nodes which it
  375. allocates via the allocate command. Note that in that case,
  376. when the cluster is de-allocated, it will bring down the
  377. HDFS cluster, and all the data will be lost.
  378. If true, it will try and connect to an externally configured
  379. HDFS system.
  380. Typically, because input for jobs are placed into HDFS
  381. before jobs are run, and also the output from jobs in HDFS
  382. is required to be persistent, an internal HDFS cluster is
  383. of little value in a production system. However, it allows
  384. for quick testing.</li>
  385. <li>host: Hostname of the externally configured NameNode, if any</li>
  386. <li>fs_port: Port to which NameNode RPC server is bound.</li>
  387. <li>info_port: Port to which the NameNode web UI server is bound.</li>
  388. <li>pkgs: Installation directory, under which bin/hadoop executable is
  389. located. This can be used to use a pre-installed version of
  390. Hadoop on the cluster.</li>
  391. <li>server-params: Comma-separated list of hadoop config parameters
  392. specified key-value pairs. These will be used to
  393. generate a hadoop-site.xml that will be used by the
  394. NameNode and DataNodes.</li>
  395. <li>final-server-params: Same as above, except they will be marked final.</li>
  396. </ul>
  397. <a name="N100C4"></a><a name="3.6+gridservice-mapred+options"></a>
  398. <h3 class="h4">3.6 gridservice-mapred options</h3>
  399. <ul>
  400. <li>external: If false, indicates that a Map/Reduce cluster must be
  401. bought up by the HOD system on the nodes which it allocates
  402. via the allocate command.
  403. If true, if will try and connect to an externally
  404. configured Map/Reduce system.</li>
  405. <li>host: Hostname of the externally configured JobTracker, if any</li>
  406. <li>tracker_port: Port to which the JobTracker RPC server is bound</li>
  407. <li>info_port: Port to which the JobTracker web UI server is bound.</li>
  408. <li>pkgs: Installation directory, under which bin/hadoop executable is
  409. located</li>
  410. <li>server-params: Comma-separated list of hadoop config parameters
  411. specified key-value pairs. These will be used to
  412. generate a hadoop-site.xml that will be used by the
  413. JobTracker and TaskTrackers</li>
  414. <li>final-server-params: Same as above, except they will be marked final.</li>
  415. </ul>
  416. <a name="N100E3"></a><a name="3.7+hodring+options"></a>
  417. <h3 class="h4">3.7 hodring options</h3>
  418. <ul>
  419. <li>mapred-system-dir-root: Directory in the DFS under which HOD will
  420. generate sub-directory names and pass the full path
  421. as the value of the 'mapred.system.dir' configuration
  422. parameter to Hadoop daemons. The format of the full
  423. path will be value-of-this-option/userid/mapredsystem/cluster-id.
  424. Note that the directory specified here should be such
  425. that all users can create directories under this, if
  426. permissions are enabled in HDFS. Setting the value of
  427. this option to /user will make HOD use the user's
  428. home directory to generate the mapred.system.dir value.</li>
  429. <li>log-destination-uri: URL describing a path in an external, static DFS or the
  430. cluster node's local file system where HOD will upload
  431. Hadoop logs when a cluster is deallocated. To specify a
  432. DFS path, use the format 'hdfs://path'. To specify a
  433. cluster node's local file path, use the format 'file://path'.
  434. When clusters are deallocated by HOD, the hadoop logs will
  435. be deleted as part of HOD's cleanup process. To ensure these
  436. logs persist, you can use this configuration option.
  437. The format of the path is
  438. value-of-this-option/userid/hod-logs/cluster-id
  439. Note that the directory you specify here must be such that all
  440. users can create sub-directories under this. Setting this value
  441. to hdfs://user will make the logs come in the user's home directory
  442. in DFS.</li>
  443. <li>pkgs: Installation directory, under which bin/hadoop executable is located. This will
  444. be used by HOD to upload logs if a HDFS URL is specified in log-destination-uri
  445. option. Note that this is useful if the users are using a tarball whose version
  446. may differ from the external, static HDFS version.</li>
  447. </ul>
  448. </div>
  449. </div>
  450. <!--+
  451. |end content
  452. +-->
  453. <div class="clearboth">&nbsp;</div>
  454. </div>
  455. <div id="footer">
  456. <!--+
  457. |start bottomstrip
  458. +-->
  459. <div class="lastmodified">
  460. <script type="text/javascript"><!--
  461. document.write("Last Published: " + document.lastModified);
  462. // --></script>
  463. </div>
  464. <div class="copyright">
  465. Copyright &copy;
  466. 2008 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
  467. </div>
  468. <!--+
  469. |end bottomstrip
  470. +-->
  471. </div>
  472. </body>
  473. </html>