UpdateLocationHdfsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARNs of the agents that are used to connect to the HDFS cluster.

Link copied to clipboard

The type of authentication used to determine the identity of the user.

Link copied to clipboard

The size of the data blocks to write into the HDFS cluster.

Link copied to clipboard

The Kerberos key table (keytab) that contains mappings between the defined Kerberos principal and the encrypted keys. You can load the keytab from a file by providing the file's address. If you use the CLI, it performs base64 encoding for you. Otherwise, provide the base64-encoded text.

Link copied to clipboard

The krb5.conf file that contains the Kerberos configuration information. You can load the krb5.conf file by providing the file's address. If you're using the CLI, it performs the base64 encoding for you. Otherwise, provide the base64-encoded text.

Link copied to clipboard

The Kerberos principal with access to the files and folders on the HDFS cluster.

Link copied to clipboard

The URI of the HDFS cluster's Key Management Server (KMS).

Link copied to clipboard

The Amazon Resource Name (ARN) of the source HDFS cluster location.

Link copied to clipboard

The NameNode that manages the HDFS namespace. The NameNode performs operations such as opening, closing, and renaming files and directories. The NameNode contains the information to map blocks of data to the DataNodes. You can use only one NameNode.

Link copied to clipboard

The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer privacy settings configured on the Hadoop Distributed File System (HDFS) cluster.

Link copied to clipboard

The number of DataNodes to replicate the data to when writing to the HDFS cluster.

Link copied to clipboard

The user name used to identify the client on the host operating system.

Link copied to clipboard

A subdirectory in the HDFS cluster. This subdirectory is used to read data from or write data to the HDFS cluster.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String