Package | Description |
---|---|
org.apache.hadoop.crypto.key | |
org.apache.hadoop.security | |
org.apache.hadoop.security.alias | |
org.apache.hadoop.tools | |
org.apache.hadoop.util |
Common utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyShell
This program is the CLI utility for the KeyProvider facilities in Hadoop.
|
Modifier and Type | Class and Description |
---|---|
class |
KDiag
Kerberos diagnostics
This operation expands some of the diagnostic output of the security code,
but not all.
|
Modifier and Type | Class and Description |
---|---|
class |
CredentialShell
This program is the CLI utility for the CredentialProvider facilities in
Hadoop.
|
Modifier and Type | Class and Description |
---|---|
class |
GetGroupsBase
Base class for the HDFS and MR implementations of tools which fetch and
display the groups that users belong to.
|
Modifier and Type | Method and Description |
---|---|
static int |
ToolRunner.run(Configuration conf,
Tool tool,
String[] args)
Runs the given
Tool by run(String[]) , after
parsing with the given generic arguments. |
static int |
ToolRunner.run(Tool tool,
String[] args)
Runs the
Tool with its Configuration . |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.