Package | Description |
---|---|
org.apache.hadoop.fs |
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web. |
org.apache.hadoop.hdfs.client |
This package provides the administrative APIs for HDFS.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidPathException
Path string is invalid either because it has invalid characters or due to
other file system specific reasons.
|
Modifier and Type | Method and Description |
---|---|
void |
HdfsAdmin.createEncryptionZone(Path path,
String keyName,
EnumSet<CreateEncryptionZoneFlag> flags)
Create an encryption zone rooted at an empty existing directory, using the
specified encryption key.
|
Copyright © 2019 Apache Software Foundation. All rights reserved.