Uses of Class
org.apache.hadoop.HadoopIllegalArgumentException
Packages that use HadoopIllegalArgumentException
Package
Description
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.This package provides the administrative APIs for HDFS.
-
Uses of HadoopIllegalArgumentException in org.apache.hadoop.fs
Subclasses of HadoopIllegalArgumentException in org.apache.hadoop.fsModifier and TypeClassDescriptionclassPath string is invalid either because it has invalid characters or due to other file system specific reasons. -
Uses of HadoopIllegalArgumentException in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client that throw HadoopIllegalArgumentExceptionModifier and TypeMethodDescriptionvoidHdfsAdmin.createEncryptionZone(Path path, String keyName, EnumSet<CreateEncryptionZoneFlag> flags) Create an encryption zone rooted at an empty existing directory, using the specified encryption key.