Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HADOOP-15096] Don't create user with lastlog #311

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

addisonj
Copy link

@addisonj addisonj commented Dec 7, 2017

This fixes a problem where in certain cases, the useradd command can create a very large diff that can blow up the host disk size.

The reason for this is that lastlog is a sparse file, but AUFS under docker apparently doesn't deal with those well and creates a very large file.

This fixes a problem where in certain cases, the useradd command can create a very large diff that can blow up the host disk size.

The reason for this is that lastlog is a sparse file, but AUFS under docker apparently doesn't deal with those well and creates a very large file.
shanthoosh pushed a commit to shanthoosh/hadoop that referenced this pull request Oct 15, 2019
vjagadish1989

Author: Prateek Maheshwari <pmaheshw@linkedin.com>

Closes apache#311 from prateekm/commiters-update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant