This is an automated email from the ASF dual-hosted git repository. granthenke pushed a commit to branch branch-1.9.x in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 1fecd62105f62ec56cc3033f63f7e73e94bffc4f Author: Attila Bukor <[email protected]> AuthorDate: Tue Apr 23 22:28:52 2019 +0200 [docs] KUDU-2395 Add nscd to requirements Change-Id: Iad4db28297c08739b048dc46e398f7ddca80df48 Reviewed-on: http://gerrit.cloudera.org:8080/13084 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins Reviewed-by: Andrew Wong <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> (cherry picked from commit 70c2992bfa6658636939d4952794de882eff1037) Reviewed-on: http://gerrit.cloudera.org:8080/13098 --- docs/installation.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/installation.adoc b/docs/installation.adoc index d61f69c..2f3e188 100644 --- a/docs/installation.adoc +++ b/docs/installation.adoc @@ -51,6 +51,10 @@ Linux:: information. - ntp. - xfs or ext4 formatted drives. + - Although not a strict requirement, it's highly recommended to use `nscd` + to cache both DNS name resolution and static name resolution. See + link:troubleshooting.html#slow_dns_nscd[troubleshooting slow DNS lookups] + for more information. macOS:: - OS X 10.10 Yosemite, OS X 10.11 El Capitan, macOS Sierra, or macOS High Sierra. Windows::
