Package | Description |
---|---|
org.apache.hadoop.crypto.key |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.security | |
org.apache.hadoop.security.alias | |
org.apache.hadoop.security.token | |
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 |
DtUtilShell
DtUtilShell is a set of command line token file management operations.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandShell
This program is a CLI utility base class utilizing hadoop Tool class.
|
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 | Class and Description |
---|---|
class |
FindClass
This entry point exists for diagnosing classloader problems:
is a class or resource present -and if so, where?
Actions
|
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 © 2008–2019 Apache Software Foundation. All rights reserved.