Multiple groups as super user on HDFS- ClouderaAdd new group to hdfspentaho kettle cannot connect to cloudera cdh4 HDFSUnable to create HDFS admin super userExpanding HDFS memory in ClouderaCloudera Hadoop : File reading/ writing in HDFSCloudera Manager and hdfs-site.xmlExpanding HDFS memory in Cloudera QuickStart on dockerHow to edit a HDFS group?
delete object network in cisco ASA with packet tracert
How to manage expenditure when billing cycles and paycheck cycles are not aligned?
Why does NASA publish all the results/data it gets?
How to find the sum of elements at compile time?
An Algorithm Which Schedules Your Life
What are these pixel-level discolored specks? How can I fix it?
In a folk jam session, when asked which key my non-transposing chromatic instrument (like a violin) is in, what do I answer?
reverse a list of generic type
Do you need to hold concentration on a spell when you cast it with a spell scroll?
Does wetting a beer glass change the foam characteristics?
Did Apollo carry and use WD40?
What is this utensil for?
Is there any actual security benefit to restricting foreign IP addresses?
Is it possible to encode a message in such a way that can only be read by someone or something capable of seeing into the very near future?
What is the meaning of "heutig" in this sentence?
Hilbert's hotel, why can't I repeat it infinitely many times?
A most delayed departure
Do things made of adamantine rust?
As an employer, can I compel my employees to vote?
How much Damage can be done with "just" heating matter?
Idiom for "I came, I saw, I ate" (or drank)
Why is the missed-approach course for the "RNAV (GNSS) - A" approach to runway 28 at ENSB shaped all funny?
Is it a good idea to leave minor world details to the reader's imagination?
How to deal with my team leader who keeps calling me about project updates even though I am on leave for personal reasons?
Multiple groups as super user on HDFS- Cloudera
Add new group to hdfspentaho kettle cannot connect to cloudera cdh4 HDFSUnable to create HDFS admin super userExpanding HDFS memory in ClouderaCloudera Hadoop : File reading/ writing in HDFSCloudera Manager and hdfs-site.xmlExpanding HDFS memory in Cloudera QuickStart on dockerHow to edit a HDFS group?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Trying to give more than one group as SuperUser group for HDFS from Cloudera
Superuser Group
dfs.permissions.supergroup, dfs.permissions.superusergroup
:
GroupA,GroupB
But in Environment_1 only GroupA has superuser access
in Environment_2 no group has superuser access
hadoop hdfs
add a comment
|
Trying to give more than one group as SuperUser group for HDFS from Cloudera
Superuser Group
dfs.permissions.supergroup, dfs.permissions.superusergroup
:
GroupA,GroupB
But in Environment_1 only GroupA has superuser access
in Environment_2 no group has superuser access
hadoop hdfs
add a comment
|
Trying to give more than one group as SuperUser group for HDFS from Cloudera
Superuser Group
dfs.permissions.supergroup, dfs.permissions.superusergroup
:
GroupA,GroupB
But in Environment_1 only GroupA has superuser access
in Environment_2 no group has superuser access
hadoop hdfs
Trying to give more than one group as SuperUser group for HDFS from Cloudera
Superuser Group
dfs.permissions.supergroup, dfs.permissions.superusergroup
:
GroupA,GroupB
But in Environment_1 only GroupA has superuser access
in Environment_2 no group has superuser access
hadoop hdfs
hadoop hdfs
asked Mar 28 at 15:36
NitinNitin
1
1
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
Currently, you can't add two groups for super user. As an alternative, you can add all the users to another group and configure to dfs.permissions.supergroup, dfs.permissions.superusergroup.
add a comment
|
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55401555%2fmultiple-groups-as-super-user-on-hdfs-cloudera%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Currently, you can't add two groups for super user. As an alternative, you can add all the users to another group and configure to dfs.permissions.supergroup, dfs.permissions.superusergroup.
add a comment
|
Currently, you can't add two groups for super user. As an alternative, you can add all the users to another group and configure to dfs.permissions.supergroup, dfs.permissions.superusergroup.
add a comment
|
Currently, you can't add two groups for super user. As an alternative, you can add all the users to another group and configure to dfs.permissions.supergroup, dfs.permissions.superusergroup.
Currently, you can't add two groups for super user. As an alternative, you can add all the users to another group and configure to dfs.permissions.supergroup, dfs.permissions.superusergroup.
answered Apr 1 at 19:14
RANJIT MRANJIT M
1111 silver badge3 bronze badges
1111 silver badge3 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55401555%2fmultiple-groups-as-super-user-on-hdfs-cloudera%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown