瀏覽代碼

HADOOP-18627. Add stronger wording in 'secure mode' introduction (#5406)

Make it more clear that when deploying Hadoop 'secure mode' is generally not optional.

Contributed by Arnout Engelen
Arnout Engelen 2 年之前
父節點
當前提交
274f91a325
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md

+ 3 - 1
hadoop-common-project/hadoop-common/src/site/markdown/SecureMode.md

@@ -20,7 +20,9 @@ Hadoop in Secure Mode
 Introduction
 ------------
 
-This document describes how to configure authentication for Hadoop in secure mode. When Hadoop is configured to run in secure mode, each Hadoop service and each user must be authenticated by Kerberos.
+In its default configuration, we expect you to make sure attackers don't have access to your Hadoop cluster by restricting all network access. If you want any restrictions on who can remotely access data or submit work, you MUST secure authentication and access for your Hadoop cluster as described in this document.
+
+When Hadoop is configured to run in secure mode, each Hadoop service and each user must be authenticated by Kerberos.
 
 Forward and reverse host lookup for all service hosts must be configured correctly to allow services to authenticate with each other. Host lookups may be configured using either DNS or `/etc/hosts` files. Working knowledge of Kerberos and DNS is recommended before attempting to configure Hadoop services in Secure Mode.