|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.conf.Configured
org.apache.hadoop.fs.shell.Command
org.apache.hadoop.fs.shell.FsCommand
org.apache.hadoop.fs.FsShellPermissions
org.apache.hadoop.fs.FsShellPermissions.Chown
org.apache.hadoop.fs.FsShellPermissions.Chgrp
public static class FsShellPermissions.Chgrp
Used to change group of files
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.hadoop.fs.FsShellPermissions |
|---|
FsShellPermissions.Chgrp, FsShellPermissions.Chmod, FsShellPermissions.Chown |
| Field Summary | |
|---|---|
static String |
DESCRIPTION
|
static String |
NAME
|
static String |
USAGE
|
| Fields inherited from class org.apache.hadoop.fs.FsShellPermissions.Chown |
|---|
group, owner |
| Fields inherited from class org.apache.hadoop.fs.shell.Command |
|---|
args, err, exceptions, exitCode, name, numErrors, out, recursive |
| Constructor Summary | |
|---|---|
FsShellPermissions.Chgrp()
|
|
| Method Summary | |
|---|---|
protected void |
parseOwnerGroup(String groupStr)
Parse the first argument into an owner and group |
| Methods inherited from class org.apache.hadoop.fs.FsShellPermissions.Chown |
|---|
processOptions, processPath |
| Methods inherited from class org.apache.hadoop.fs.FsShellPermissions |
|---|
registerCommands |
| Methods inherited from class org.apache.hadoop.fs.shell.FsCommand |
|---|
getCommandName, run, runAll |
| Methods inherited from class org.apache.hadoop.fs.shell.Command |
|---|
displayError, displayError, displayWarning, exitCodeForError, expandArgument, expandArguments, getDepth, getDescription, getName, getReplacementCommand, getUsage, isDeprecated, isRecursive, processArgument, processArguments, processNonexistentPath, processPathArgument, processPaths, processRawArguments, recursePath, run, setName, setRecursive |
| Methods inherited from class org.apache.hadoop.conf.Configured |
|---|
getConf, setConf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
public static final String USAGE
public static final String DESCRIPTION
| Constructor Detail |
|---|
public FsShellPermissions.Chgrp()
| Method Detail |
|---|
protected void parseOwnerGroup(String groupStr)
FsShellPermissions.Chown
parseOwnerGroup in class FsShellPermissions.ChowngroupStr - string describing new ownership
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||