浏览代码

[doc] The JT host name needs to be FQDN for a secured cluster

bc Wong 13 年之前
父节点
当前提交
e8795d1
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      docs/manual.txt

+ 3 - 1
docs/manual.txt

@@ -492,7 +492,9 @@ Hue only support one MapReduce cluster currently. That cluster should be defined
 under the `[[[default]]]` sub-section. Note that JobBrowser only works with MR1.
 
 jobtracker_host::
-  The host running the JobTracker.
+  The host running the JobTracker. In a secured environment, this needs to
+  be the FQDN of the JobTracker host, and match the "host" portion of the
+  `mapred' Kerberos principal full name.
 
 jobtracker_port::
   The port for the JobTracker IPC service.