Skip to content

필사 모드: Building a Secured (Kerberized) YARN Cluster

English
0%
정확도 0%
💡 왼쪽 원문을 읽으면서 오른쪽에 따라 써보세요. Tab 키로 힌트를 받을 수 있습니다.
원문 렌더가 준비되기 전까지 텍스트 가이드로 표시합니다.

Overview

This document records how to apply Kerberos to YARN.

configurations

<!-- Site specific YARN configuration properties -->

<!-- ResourceManager Security Settings -->

<!-- NodeManager Security Settings -->

yarn.nodemanager.linux-container-executor.group=hadoop

banned.users=zookeeper

min.user.id=1000

allowed.system.users=hbase

By configuring the files as above, you can use YARN components securely.

However, ACL management becomes somewhat more difficult. To allow a new user to run MapReduce jobs, you need to create an account using `useradd` on all Hadoop Linux servers, and create a directory with the user's name under the HDFS user directory with the appropriate user permissions.

Quiz

Q1: What is the main topic covered in "Building a Secured (Kerberized) YARN Cluster"?

Learn how to apply Kerberos security to YARN.

Learn how to apply Kerberos security to YARN.

Consider the practical examples and patterns discussed throughout the post.

현재 단락 (1/14)

This document records how to apply Kerberos to YARN.

작성 글자: 0원문 글자: 903작성 단락: 0/14