Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning YARN

You're reading from  Learning YARN

Product type Book
Published in Aug 2015
Publisher
ISBN-13 9781784393960
Pages 278 pages
Edition 1st Edition
Languages

Table of Contents (20) Chapters

Learning YARN
Credits
About the Authors
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Starting with YARN Basics Setting up a Hadoop-YARN Cluster Administering a Hadoop-YARN Cluster Executing Applications Using YARN Understanding YARN Life Cycle Management Migrating from MRv1 to MRv2 Writing Your Own YARN Applications Dive Deep into YARN Components Exploring YARN REST Services Scheduling YARN Applications Enabling Security in YARN Real-time Data Analytics Using YARN Index

Working with ACLs


In the previous section, we covered a basic overview of ACLs and how to enable ACLs in a Hadoop-YARN cluster. In this section, we'll discuss in depth the implementation of ACLs and the different types of ACLs available for YARN.

Defining an ACL value

ACLs define the authorization rules for an object in a YARN. A cluster administrator can specify a list of users and groups authorized to access the object. It is a comma-separated list of both users and groups. These two lists (users and groups) are separated by a space:

  • user1,user2,user3 group1: The above ACL value specifies that user1, user2, user3 and other users belonging to group1 are authorized to access the object

  • user1,user2: If you want to authorize only a specific list of users and do not want any group to access the object, then you can define a list of users with a space at the end

  • group1,group2: Similarly, if you wish to authorize a list of users belonging to specified groups and no other user to access the object...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}