-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto fetching of Hadoop GID and mapred UID
Instead of keeping hard coded values of hadoop group and mapred user, this patch adds the feature of fetching the values from the node itself. Signed-off-by: Shashank Sahni <[email protected]>
- Loading branch information
1 parent
11c9693
commit 68fcb52
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
|
||
SSH_ATTEMPTS = 10 | ||
SSH_TIMEOUT = 60 | ||
INSTANCE_TIMEOUT = 120 | ||
INSTANCE_TIMEOUT = 120 | ||
UMASK='0022' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters